Hi -
I have started Metric beats on a remote server, which is kept sending data to the Elastic search.
I have hosted Elastic Search and Kibana on a different Remote machine, Am able to access the Elastic Search.
Could you please let me know how do I enable remote access to the Kibana, so it can be accessed from anywhere on the domain. Thanks !
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 !
Hi @warkolm:
I couldn't access the Kibana locally as well (http://10.20.159.109:5601/kibana)
Not sure, where was the mistake, could you please help me to figure it out.
Hi @warkolm -
Am able to launch the Kibana locally, but couldn't able to access else where.
I tried accessing in another machine with in the same domain, but no luck, same with Elastic Search as well.
Couldn't connect to the Elastic search from a different machine.
Same for me. I allowed it in ufw, restarted the service, and adjusted the config file with my hostname: nothing. I can curl the webpage locally but it doesn't load remotely.
I am having a similar issue of not being able to access Kibana remotely as well. I've edited the kibana.yml file so that server.host is "0.0.0.0" with no luck. I've also tried it with the public IP of the server that kibana is running on. On the actual machine I can't seem to access it from the server's own private IP either.
I also allowed the port in ufw (running on ubuntu 14.04). I am using version 5.2
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.