Not able to Connect to Elasticsearcsearch and Kibana from remote machine

Hi,

I have installed Elasticsearch and Kibana on Linux machine.
Locally both are working fine and the ports 9200, 5601 are open and are listening.
I have changed the network.host : 0.0.0.0 and transport.host : localhost in "Elasticsearch.yml" file and
server.host: 0.0.0.0 in "kibana.yml" file.
But I'm not able to connect to either Elasticsearch Or Kibana. Please let me know what have to be done.

Thanks in advance,
Dharma Sanjay Reddy M.

mention the your host IP entry in /etc/hosts file also.
from which url you are accessing the elasticsearch?

Hi Pooja,

Thanks for the quick response.
I have added my hostname to /etc/hosts file as well as /etc/sysconfig/network file. But no luck :frowning:

Regards,
Dharma Sanjay Reddy M.

As you mentioned locally they are working . and you want to access Elasticsearch and Kibana from remote machine. For this you should also include remote IP in host file to communicate from both machine.
To access kibana GUI from remote machine , make sure its entry should be in local host file.

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