i Pulled Docker image for Kibana 7.6.2. Is there a way the kibana connects to host machine elasticsearch ? if yes what parameter should i give in the docker run command ?
i tried
docker run -d --name kibana761 -e ELASTICSEARCH_HOSTS=http://localhost:9200 -p 5601:5601 docker.elastic.co/kibana/kibana:7.6.2
when i run the container it says no living connectsions. Should the elasticsearch also be in another container ?
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.