I am using OpenDistro for ES & Kibana with filebeat. I’ve created a docker-compose.yml as per given example file. I can run ES & Kibana both using Docker, but my Kibana is not talking to ES and because of that I’m not getting any index on Kibana. I found below relevant messages in log:
kb-node | {“type”:“log”,“@timestamp”:“2019-03-18T03:19:48Z”,“tags”:[“warning”,“elasticsearch”,“admin”],“pid”:1,“message”:“Unable to revive connection: https://es_node:9200/”}
kb-node | {“type”:“log”,“@timestamp”:“2019-03-18T03:19:48Z”,“tags”:[“warning”,“elasticsearch”,“admin”],“pid”:1,“message”:“No living connections”}