ELK setup

Hi guys.. We have installed the ELK stack on one of our windows servers as per the instruction from https://ulyaoth.com/tutorials/how-to-install-elastic-stack-5-4-on-windows-server-2016/
and its successful and we can open the Kibana url with address http://localhost:5601 in web browser on that same server where this is installed. But we are unable to open this kibana URL in
any of other computers which are in the same network. somebody told us we can do it by doing some modifications in elasticsearch.yml and kibana.yml so that we can access kibana on any computers in that network. But not sure how to do it. Please can some help us on this?

For Elasticsearch, you might want to configure network.host. Please also refer to the Network settings documentation.

For Kibana, the setting you are looking for is server.host. See Kibana configuration.

thanks Fkelbert....we got it done..

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