Hi Team,
I've setup latest Elasticsearch and Kibana dashboards on my linux machine by downloading latest versions(7.6.1) .tar.gz files.
I'm able to see that Elasticsearch is up and running fine by using command 'curl http://localhost:8080' and even Kibana also showing as started fine as per log.
I've googled a lot and tried so many options including setting 'server.host' as 0.0.0.0 in kibana.yml file still I'm unable to access Kibana UI in my browser by using 'http://:5601'.
Kindly help me in this regard, how to enable access to Kibana UI in remote machine like my windows OS's browser (as the server is linux, I can't open localhost:5601 on my linux box).
Am I doing anything wrong? Am I missing anything?
Any help would be highly appreciated.