I installed elasticsearch and kibana on my local pc with virtualbox machine.
They are works good.
later, I install same application on linux server, they are not working.
The linux server cannot access internet connection.
elasticsearch log seems to be good.
and I send the curl command with linux terminal, (curl http://localhost:9200) then response ok (receive json message)
The problem is in kibana.
in the linux terminal, no error message for running kibana, but in web browser, connect to http://localhost:5601 -> the browser response connection refuse message.
In linux server, elasticsearch config file(elasticsearch.yml) is default configuration, but some changes of log and data path ( this is same for my virtual machine's elasticsearch configuration) and kibana's configuration is totally default configuration.
I change the kibana's configuration as belows
server.host : "localhost"
=> server.host: "0.0.0.0"
and stop the kibana and restart kibana
Then, it works of web browser for kibana dashboard.
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.