Hi this morning I found my kibana pods in non-ready state with the following log entry
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","plugins","monitoring","monitoring"],"pid":7,"message":"config sourced from: production cluster"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["warning","plugins","monitoring","monitoring"],"pid":7,"message":"X-Pack Monitoring Cluster Alerts will not be available: undefined"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","savedobjects-service"],"pid":7,"message":"Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations..."}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","plugins","watcher"],"pid":7,"message":"Your basic license does not support watcher. Please upgrade your license."}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","plugins","monitoring","monitoring","kibana-monitoring"],"pid":7,"message":"Starting monitoring stats collection"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","savedobjects-service"],"pid":7,"message":"Starting saved objects migrations"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","savedobjects-service"],"pid":7,"message":"Creating index .kibana_2."}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["info","savedobjects-service"],"pid":7,"message":"Reindexing .kibana to .kibana_1"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["warning","savedobjects-service"],"pid":7,"message":"Unable to connect to Elasticsearch. Error: [resource_already_exists_exception] index [.kibana_1/pzVPRvhORpiIt3wpMwJlCg] already exists, with { index_uuid=\"pzVPRvhORpiIt3wpMwJlCg\" & index=\".kibana_1\" }"}
{"type":"log","@timestamp":"2020-06-12T08:32:29Z","tags":["warning","savedobjects-service"],"pid":7,"message":"Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_1 and restarting Kibana."}
After that I deleted .kibana_2 which led to an error saying I should delete .kibana_1.
Result was kibana did come up again however all kibana settings were lost. Safed searches, kibana advanced settings etc. Luckily this happend on our DEV cluster.
Does anybody know how it came to this issue? Have I misconfigured something??
My elastic stack is based on ECK am I am on version 7.7.1
Thanks in advance