Can't open Kibana

Hi, I'm running ELK on a Centos 7 .
But I can't open kibana on the browser !
Systemctl status kibana shows that kibana is running .
I need help please.

Hi @SafiaSo ,

We need much more details to be able to help you: what version of the stack? how did you install the stack? What do you see in Kibana logs? The more details you can provide the higher chance we can all figure that out.

Best,
Oleg

Make sure you bind kibana on the IP of the CentOS box by updating kibana.yml

server.port: 5601
server.host: "0.0.0.0"

And also make sure the firewall is autorizing 5601 port

sudo firewall-cmd --zone=public --add-port=5601/tcp --permanent
sudo firewall-cmd --reload
2 Likes

Thanks a lot Yassine ! It's finally working !
God bless you !

@SafiaSo, please don't delete your question since other community members can also benefit from the reply @ylasri provided - just marked that reply as the solution.

Best,
Oleg

Fore sur !
Best regards.

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