How to access Elasticsearch and Kibana from another machine within same network

I installed Kibana and Elasticsearch, now I am able to access both with localhost.

How to make it accessible from another machine within same network.

is there any webserver like nginx/tomcat need to install?

Please help me i am new to this

It's fairly simple

Access it using its IpAddress:port on another machine
ie.
http://XXX.XXX.XXX.XX:5601- Kibana
http://XXX.XXX.XXX.XX:9200- Elasticsearch

By default Elasticsearch is not accessible from another machine unless you change network.host setting. See https://www.elastic.co/guide/en/elasticsearch/reference/current/network.host.html

1 Like

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