Kibana running on localhost but cant accessible by public IP

kibana.yml

server.port: 5601
server.host : 'localhost'
server.name: ".eastus.cloudapp.azure.com"
elasticsearch.url: "http://localhost:9200"

port is are enabled
inbound rules added

please tell me what I am doing wrong

That binds to 127.0.0.1, which is not a routable IP. You need to change that to another interface on your host.

Thank you...!!! I changed it to 0.0.0.0.. Then it worked

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