We are using Elasticsearch and Kibana (7.10.2) deployed on our Kubernetes cluster. After restarting the Kibana deployment, all of our saved objects were gone. They seem to be stored in Elasticsearch but somehow Kibana does not recognize them. What should we do to restore them and how can we prevent this from ever happening again?
Can you make sure Kibana is connected to the right Elasticsearch cluster and is configured to actually use .kibana as it's internal index (this can be changed via environment variable)?
Thanks @flash1293, I was able to find that after curator deletes the .kibana index, Kibana just creates something like .kibana_1 index. Huge thanks again
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.