Closed
Description
The doc for the image says:
$ docker run --link some-elasticsearch:elasticsearch -d kibana
But then when connecting to Kibana, it complains that it cannot connect to http://localhost:9200
.
Adding ELASTICSEARCH_URL=http://elasticsearch:9200
to the environment does the trick.
I don't know if we want to provide that as a default env var, or update the docs, or both, but something has to be done :-)
Metadata
Metadata
Assignees
Labels
No labels