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

Hello,

I have ES cluster of 3 nodes. And i am trying to start kibana on one of the node.
But it is giving me below error:

[warning][admin][elasticsearch] Unable to revive connection: http://localhost:9200/ [warning][admin][elasticsearch] No living connections

Can someone guide me on this?

Regards,
Priyanka

On the surface of it, it looks like the Elasticsearch node is not bound to the interface that maps to localhost on the machine.

Try testing the connection to Elasticsearch on your own by running curl localhost:9200/. You should see a response from Elasticsearch.

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