pyerunka
(Priyanka)
January 7, 2020, 4:18am
1
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
tsullivan
(Tim Sullivan)
January 8, 2020, 4:13pm
2
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.
system
(system)
Closed
February 5, 2020, 4:13pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.