You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same error , warning: missing ELASTICSEARCH_PORT_9200_TCP or ELASTICSEARCH_URL Did you forget to --link some-elasticsearch:elasticsearch or -e ELASTICSEARCH_URL=http://some-elasticsearch:9200 ?
just linking it doesn't work, you'll also have to add the ELASTICSEARCH_URL env variable, but since the containers are linked you can use the link in the url.
This image has been deprecated in favor of the official kibana image provided and maintained by elastic.co. The upstream images are available to pull via docker.elastic.co/kibana/kibana:[version] like 5.4.2. The images found here will receive no further updates once the 5.6.0 release is available upstream. Please adjust your usage accordingly.
The doc for the image says:
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 :-)
The text was updated successfully, but these errors were encountered: