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?