Skip to content

Kibana connects to http://localhost:9200 instead of http://elasticsearch:9200 as advertised in documentation #35

Closed
@jpetazzo

Description

@jpetazzo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions