Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,322 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created a VM in Azure with an ip of 52.189.255.38. I can ssh into the VM. I installed ElasticSearch on the VM. I can access the ElasticSearch server on the VM via localhost on port 9200. I add an inbound rule on the NSG to open port 9200. And yet for some reason I cannot access the ElasticSearch server on http://52.189.255.38:9200 over the internet. What gives?
Can you send us your elasticsearch Config (elasticsearch.yml) ? Or check which host you have configured?
Edit: try changing it to 0.0.0.0