Kibana UI not displaying after Install on virtual box VM

Hello,

i have install Kibana and elastic search and both are running but Kibana UI not getting opened on my windows browser. i have instaled kibana on centos 7 VM running on oracle virtual box.
httpd page is coming fine with :80 port on browser like - http://169.144.20.146:80

but http://169.144.20.146:5601 is not working . any suggestions pls .

Can you access the kibana server directly from the centos server? Try using CURL curl -XGET ' http://169.144.20.146:5601'. If that works and returns an html page then you will have to debug the network route from your windows machine to the centos server. Does your windows machine have a firewall installed? Can it access port 5601? Maybe just change the kibana server port to 80 by setting server.port in kibana.yml

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