skip to Main Content

ECONNREFUSED connecting kibana and elasticsearch with docker compose

I try to connect kibana with elasticsearch using a docker-compose but I got the error: Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED XXX:9200 This is my docker-compose : version: "2.2" services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION} volumes: - esdata01:/usr/share/elasticsearch/data…

VIEW QUESTION
Back To Top
Search