I have elasticsearch,logstash, and kibana on my local machine.
I wanted to access kibana from remote machines. Its working fine on localhost. In kibana.yml file I tried few ways:
server.host: "0.0.0.0" --- to access from remote machines.
server.host: my ip address ( So on remote machine , when I give myipaddress:5601 unable to see kibana UI).
Did you even try to see if the port 5601 is open? May be try telnetting to your kibana host on port 5601 that should give you the idea whether the port is open or not.
Even I guess try looking at kibana logs that will even given you idea whether kibana has started and bound to the address.
I tried to curl the host from another m/c . I got like this
So, when two machines are near by . I am able to access kibana on both machines.
But I am not able to access kibana when the remote machine is far away.
I am thinking two machinese (the remote m/c and the m/c in which kibana is running) are connected to same network so I am able to access.
To access remotely do I need to use web server like AWS to host my kibana?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.