I'm trying to setup ELK on one host using docker, but after 2 days and various settings changed, currently Kibana simply refused to connect to ES (or the other way around idk)
Kibana log give out error:
{"type":"log","@timestamp":"2018-07-01T09:53:53Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"No living connections"}
{"type":"log","@timestamp":"2018-07-01T09:53:55Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"Unable to revive connection: http://10.0.9.2:9200/"}
I can ping the IP from inside Kibana container, but curl -XGET http://10.0.9.2:9200 give "no route to host" error.
I can visit the address from my computer and ES is giving out its stats as normal.
Visiting IP:5601 get me Kibana login page with "login is disabled" message (can't connect to ES I think)