Hi,
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 termianl, "server running at http://localhost:5601" message,
send the curl command with linux terminal, (curl http://localhost:5601) then no response.
I don't know the reason, why kibana not work in web browser.
Please help me.