Elasticsearch query slow response via kibana console Elasticsearch query slow response via kibana console docker docker

Elasticsearch query slow response via kibana console


Issue is the docker service discovery. Due to some reason docker service discovery not happened. as soon as I change the elasticsearch host to IP get the real performance.

In docker-compose Previous kibana configuration

ELASTICSEARCH_HOSTS: "http://elasticsearch:9550"

New configuration

ELASTICSEARCH_HOSTS: "http://172.20.1.2:9550"

more details refer to the elasticsearch discuss page