I have installed ELK on a remote Linux machine but couldn't able to access the kibana from the browser.
I know by default kibana is accessible on localhost.
Changes I did on kibana.yml
uncommenting and updating these lines:
server.port: 5601
server.host: "server IP address"
elasticsearch.hosts: ["http://server IP address:9200"]
logging.dest: /var/log/kibana/kibana.log
Started the service after the changes sudo -i service kibana start
in the browser, I typed URL: HTTP://server ip address:5601
still, it's unreachable This site can’t be reached
I tried debugging it by going through a few posts:
commands:
sudo ss -tln | grep 5601
it gave me no output
sudo lsof -i -P -n | grep LISTEN
5601 was not listed
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.