Kibana can't connect to elasticsearch in linux

I have a docker-compose file with a kibana.yml
everything is working correctly in macos but in linux it throw this error
"Unable to revive connection: http://es01:9200/"

Ok fixed the problem was with auth.
after adding password to kibana.yml I should "docker-compose down" or manually stop kibana container and then "docker-compose up -d" or start it manually.

its up to you docker-compose down will stop all containers specified in the compose file and to stop kibana you can run docker stop container_name

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.