Problem description
An error occurs when the browser connects to kibana
Kibana server is not ready yet
View kibana log
{"type":"log","@timestamp":"2021-11-29T02:45:50Z","tags":["warning","elasticsearch","admin"],"pid":8,"message":"Unable to revive connection: http://120.79.137.87:9200/"}
reason
Check whether the configuration of kibana container startup is consistent with the following
docker run --name kibana \
-e ELASTICSEARCH_HOSTS=http://120.79.137.87:9200/ \
-p 5601:5601 \
-d kibana:7.6.2
In case of inconsistency, stop the container, delete it, and create a new kibana container again
Then kibana was started and an error was reported
{"type":"log","@timestamp":"2021-11-29T02:53:35Z","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."}
Solution
Stop the kibana service, and then delete the four indexes from elasticsearch
curl -XDELETE http://IP:9200/.kibana
curl -XDELETE http://IP:9200/.kibana*
curl -XDELETE http://IP:9200/.kibana_2
curl -XDELETE http://IP:9200/.kibana_1
Similar Posts:
- Solution of kibana starting error reporting server is not ready yet
- [Solved] Kibana 7.14.0 error: server.publicBaseUrl is missing and should be configured when running in a production environment.
- Elasticsearch + kibana set user name and password to log in
- [Solved] reason”: “Root mapping definition has unsupported parameters:
- [Solved] ElasticSearch Error: FORBIDDEN/12/index read-only/allow delete (api) ,read_only_allow_delete Set windows
- [Solved] Kibana Start Error: Unable to write Kibana UUID file, please check the uuid.server configuration value in kibana.yml
- [Solved] Elasticsearch Error: “java.lang.IllegalArgumentException: Rejecting mapping update to [xxx] as the final mapping would have more than 1 type: [_doc, log]””
- [ Elasticsearch-PHP] No alive nodes found in your cluster in
- [Solved] Docker Run ElasticSearch Error: docker: invalid reference format: repository name must be lowercase.
- [Solved] Kibana Startup Error: error [03:10:02.393] [warning][process] Error: Request Timeout after 30000ms