i faced some issue where i need to setup the connection between kibana and elasticsearch.
curl http://elasticsearch:9200/ is working fine
what i notice here when i add logstash configuration then this kibana wouldnt able to start and throw below error
{"type":"log","@timestamp":"2019-10-03T03:18:47Z","tags":["error","elasticsearch","admin"],"pid":1,"message":"Request error, retrying\nGET https://elasticsearch:9200/_nodes?filter_path=nodes..version%2Cnodes..http.publish_address%2Cnodes.*.ip => write EPROTO 139866282088320:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:\n"} odfe-kibana | {"type":"log","@timestamp":"2019-10-03T03:18:47Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"Unable to revive connection: https://elasticsearch:9200/"} odfe-kibana | {"type":"log","@timestamp":"2019-10-03T03:18:47Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"No living connections"}
any idea ?