I'm using Elasticsearch 5.6.2 on Ubuntu 16.04.3 LTS running in Azure VM.
I've cloned, built and started elasticsearch-head as posted here - https://github.com/mobz/elasticsearch-head#running-with-built-in-server
After that HEAD seems to be running on http://localhost:9100/ only, but I need it to be available on http://public_ip:9100/ as well.
How can I do so?