-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Make interactive setup work properly in Docker container. #110629
Make interactive setup work properly in Docker container. #110629
Conversation
2c0b4ee
to
9d9430f
Compare
9ea4422
to
95a43b2
Compare
95a43b2
to
79d90c4
Compare
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, verified and working as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kibana-docker LGTM and I verified that docker-build-context doesn't include the comment.
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @azasypkin |
Summary
Make interactive setup work properly in Docker container:
interactiveSetup
plugin settings via environment variables in Dockerhttp://elasticsearch:9200
as a default Elasticsearch address when Kibana is run inside of Docker container (ELASTIC_CONTAINER=true
)kibana.yml
file that includeselasticsearch.hosts: ["http://elasticsearch:9200"]
.