Accessing kibana remotely

I've setup an ELK stack (versions 5.4) running on an ubuntu 17.04 vm. This is hosted in azure. Aside from the Azure network security group settings, what do I need to do to enable connections to kibana via a browser over the internet?

So far I have run the command:

sudo ufw allow 5601

And edited kibana.yml to change server.host from localhost to the public IP address of my azure vm.

That should be it, does it not work?

yes - I'm unable to browse to the url

publicIP:5601

is it safe to assume it's an issue on the azure settings?

fixed it - now able to connect. I found this guide whic recommends setting server.host to "0.0.0.0" in the kibana.yml file.

1 Like

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