Unable to connect to my kibana server. When connecting through my browser I get the message "refused to connect". This is a new installation. No visible errors in the kibana.log file. Not sure where to go from here. I'm including my yml file in the bottom.
server.port: 5601
server.host: "ist0002591"
server.name: "ist0002591"
# My Elasticsearch client node to use for all my queries. I've also tried connecting directly to the ES master with no cigar.
elasticsearch.hosts: ["http://ist0002583:9200"]
It sounds like a network issue. Does it work from localhost - the machine that is running Kibana?
If it does, but does not from external machines, are you sure the port is open on the machine running Kibana? Maybe hostname is incorrectly resolved by external machine?
Running a the sudo curl -l http://localhost:5601/status from the local host, I get a bunch of output, like the output below which I think means kibana is running"
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.