Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana 6.6 and above uses ELASTICSEARCH_HOSTS #783

Merged
merged 4 commits into from
May 17, 2021
Merged

Kibana 6.6 and above uses ELASTICSEARCH_HOSTS #783

merged 4 commits into from
May 17, 2021

Conversation

mhodge13
Copy link
Contributor

@mhodge13 mhodge13 commented Feb 11, 2021

Kibana 6.6 and above uses ELASTICSEARCH_HOSTS

Goal

Allow Kibana Url to load successfully by navigating to 127.0.0.1:5601

DESCRIPTION

Kibana url will not load since it cannot connect to http://elasticsearch:9200

This is caused by Elastic Search 6.6 and above using the ELASTICSEARCH_HOSTS environment variable and not the ELASTICSEARCH_URL environment variable.

Reference 6.6 and above Documentation: https://www.elastic.co/guide/en/kibana/6.6/docker.html#docker-defaults
Reference 6.5 Documentation: https://www.elastic.co/guide/en/kibana/6.5/docker.html#docker-defaults

Copy link
Owner

@cytopia cytopia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mhodge13 I would go with the following

compose/docker-compose.override.yml-all Show resolved Hide resolved
compose/docker-compose.override.yml-elk Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants