ELK installation Kibana web page doesn't show up

Hello, I've done a really basic install of ELK on a Centos 7 minimal iso

  • install Java
  • install elasticsearch (confimed and is running)
  • install kibana (confirmed and running)
  • install logstash (confirmed and running)

netstat -nltp

127.0.0.1:5601 -- LISTENING

firewall-cmd --add-port 5601/tcp

When I open kibana web page nothing shows up...

ERR_CONNECTION_REFUSED

How to troubleshoot?

Actually local loopback address was in kibana.yml. Edited it to use server ip and it works!

1 Like

Good to hear!

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