I am able to view the kibana dashboard from the sever where they are being installed but not from outside the server. Can you please help me out to solve the issue
To me this sounds like a firewall problem. I'm sorry for the silly question, but did you change the configuration of iptables/firewalld or whatever firewall you are using to allow access on these ports?
I did a quick search and only found this solution on stackoverflow. It looks like Windows only binds the port to localhost, so you have to specify the port like 0.0.0.0::. If I am not mistaken this solution should also work in the docker compose files.
Because I am using CentOS 7 I can't reproduce your error, I'm sorry.
Hi @MiTschMR I am already using 0.0.0.0 so it can be accessed across all network interfaces. Please find my docker-compose.yml I have attached above. Will be awaiting for your response ~ BR, Susmit
I had the same issue using windows too, i have set the below in kibana.yml which gave me access from outside the server through a browser (ServerIP:5601)
server.port: 5601
server.host: "actual server ip here"
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.