Im getting Kibana server is not ready yet error when Opening Kibana dashboard
After Looking into the logs, I observed below error:
{"type":"log","@timestamp":"2021-01-25T11:11:14Z","tags":["error","elasticsearch","data"],"pid":47885,"message":"[resource_already_exists_exception]: index [.kibana_2/Uw3DuEOERa-r67AHan80oA] already exists"}
{"type":"log","@timestamp":"2021-01-25T11:11:14Z","tags":["warning","savedobjects-service"],"pid":47885,"message":"Unable to connect to Elasticsearch. Error: resource_already_exists_exception"}
{"type":"log","@timestamp":"2021-01-25T11:11:14Z","tags":["warning","savedobjects-service"],"pid":47885,"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_2 and restarting Kibana."}
My Question is, I have indices for past 30 days which are required for analyzing the logs.
What if I delete .kibana_2 and recreate will preserve the indices and logs?
Am I be able to look after the logs after recreating .kibana_2 indices?
Also, I observed below error whcih could be the reason for Kibana getting down
[\\\"error\\\":{\\\"root_cause\\\":[{\\\"type\\\":\\\"cluster_block_exception\\\",\\\"reason\\\":\\\"index](/) [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];[\\\"}],\\\"type\\\":\\\"cluster_block_exception\\\",\\\"reason\\\":\\\"index](/) [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];[\\\"},\\\"status\\\":429}\](/)"}"} '
Could can i start the Kibana again and preserve the indices and logs.
Thanks..!!