Currently i develop dashboards and visualization in Kibana. In the next days, there are error when opening kibana with error message like this: {"statusCode":500,"error":"Internal Server Error","message":"{illegal_argument_exception: [illegal_argument_exception] Reason: application privileges must refer to at least one resource]: application privileges must refer to at least one resource"}
Then after restarting kibana service, all the dashboards, visualizations and saved objects are missing.
Why these error happened?
Can i get back my dashboards, visualizations and saved objects into my Kibana?
Where the dashboards, visualizations and saved objects located in storage?
Hi @Brisma and welcome to the community!
I need a bit more info to help debug the issue. Could you please let us know what version of the stack you're running, how you're running it (from source or a product download) and if you can access Elasticsearch?
To see if Elasticsearch is responding, what do you get from the curl: curl -XGET <es-endpoint>:9243 -u <username>:<password> where the username and password are your Kibana auth credentials.
Saved objects are stored in the .kibana index in Elasticsearch. You should find that data in the same location as your Elasticsearch data is stored. The installation guide for Linux machines gives the directory structure for .tar.gz files.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.