Sample Kibana data won't load - with ACL metadata not available.
PeopleSoft 8.58 SSL
Kibana 7.10.0 SSL
es_jre1.8.0_31
Pointing to Elasticsearch ES 7.10.0 NON SSL
Logged in to Kibana via peoplesoft - Navigator > Reporting Tools > Kibana
Clicked on Try our sample data > Chose Sample flight data and installed
But when I tried to view data, I received errors in the visuals
The request Response shows the following error:
{
"request": {},
"response": {},
"body": {
"statusCode": 500,
"error": "Internal Server Error",
"message": "exception",
"attributes": {
"error": {
"root_cause": [
{
"type": "exception",
"reason": "ACL metadata not available. Please do an update search definition"
}
],
"type": "exception",
"reason": "ACL metadata not available. Please do an update search definition"
}
}
},
"name": "Error",
"req": {},
"res": {}
}