Enable Remote Access Kibana

Hi @warkolm:

Below is the configuration of the Kibana.yml file:
But, still I couldn't able to connect to the Kibana server, even after successful start of the bat file.

server.port: 5601
server.host: "10.20.159.109" (same as my VM Windows IP)
server.basePath: "/kibana"
server.maxPayloadBytes: 1048576
server.name: "your-hostname"
elasticsearch.url: "http://localhost:9200"

Could you please let me know if anything needs to be changed. Thanks !