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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.