Kibana Server is not ready yet Error

I used Docker for Elastic Search and Kibana

All the containers are up and running. But when I tried from browser http://localhost:5601, I am getting the error Kibana Server is not ready yet.

Log Error
{"type":"log","@timestamp":"2019-05-09T11:02:09Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"Unable to revive connection: http://elasticsearch:9200/"}
{"type":"log","@timestamp":"2019-05-09T11:02:09Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"No living connections"}

Please help me to solve this issue.

Unable to revive connection: http://elasticsearch:9200/

Looks like your kibana server is unable to access elasticsearch. Make sure your kibana server has access to the elasticsearch container on port 9200

Can you guide me on this to establish this connection

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.