I want to use elasticsearch and kibana in Docker, I used for each one of them a container, elasticsearch works well, but kibana no, I pulled the image and when i tried to run it with this command
Kibana is trying to use the elasticsearch hostname by default, which would work if you connected the elasticsearch container to the kibana container (like we do in the stack-docker).
If you don't want to explicitly connect the two containers you can specify an alternate hostname and port with the ELASTICSEARCH_URL environment variable
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.