your kibana is listening on localhost only, so its not possible to connect to it from another computer.
you should change bind address to 0.0.0.0
in kibana.yml change server.host: setting
first, make sure you can access your kibana instance from the same network.
if you set your server host correctly, try to check the output of netstat -natp to see if its actually listening on 0.0.0.0 .... then try to access your kibana from another machine on the same network .... once this is done you can be sure everything is correctly setup on kibana side and you just need to make port forwarding work.
Ok ppisljar i follow your instructions but it doesn't work, i change host "localhost" to 0.0.0.0 and restart kibana (i change anything in port forwarding table), but i have again the connection reset error.
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.