I have a VM running on my laptop using Oracle virtual box in which I have installed kibana. It not a docker installation. And it is accessible on 127.0.0.1:5601 from my virtual machine
Then I did a port forwarding in Oracle virtual Box on port 5601 to 5601 so that I can access kibana from the host machine itself @ 127.0.01:5601.
But even after doing this I'm unable to access kibana from my host machine.
First you'll want to make sure that the Kibana server is binding to the correct host. You should set server.host: 0.0.0.0 in your kibana.yml in order to be accessible from outside.
If that doesn't solve, it's most likely a VirtualBox configuration issue. This is a bit outside of my expertise, but I believe you may need to change the network configuration of your VM settings in VirtualBox. I believe you may need to use the "bridged" mode. This guide also has some helpful tips for configuring networking in VirtualBox. Other than that, you may need to post on the VirtualBox forums for more assistance.
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.