Error: Kibana server is not ready yet
ECH ECK ECE Self-Managed
To troubleshoot the Kibana server is not ready yet error, try these steps:
From within a Kibana node, confirm the connection to Elasticsearch:
curl -XGET elasticsearch_ip_or_hostname:9200/Guarantee the health of the three Kibana-backing indices. All indices must appear and display
status:greenandstatus:open:curl -XGET elasticsearch_ip_or_hostname:9200/_cat/indices/.kibana,.kibana_task_manager,.kibana_security_session,.security*?v=trueThese Kibana-backing indices must also not have index settings flagging
read_only_allow_deleteorwriteindex blocks.Choose any Kibana node, then update the config to set the debug logging.
Start the node, then check the start-up debug logs for
ERRORmessages or other start-up issues.For example:
- When Kibana is unable to connect to a healthy Elasticsearch cluster, errors like
master_not_discovered_exceptionorunable to revive connectionorlicense is not availableerrors appear. - When one or more Kibana-backing indices are unhealthy, the
index_not_green_timeouterror appears.
- When Kibana is unable to connect to a healthy Elasticsearch cluster, errors like