-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 docker container won't start #86716
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
This is related to the hapi v20 upgrade (#85406). Not sure exactly what changed yet... |
The root cause is that the validator for the
Which allows the string Which doesn't accept the string |
Dug a little deeper: hapi pre-v20 will pass on the (Internally |
My recommendation is to update the configuration to use |
If I understand correctly, then |
I'm not sure if that's addressed to me but I'm not using Since this was backported to 7.x I think this a breaking change and should be handled by kibana itself. |
Support for this was lost in elastic#85406. Fixes elastic#86716
I created a PR to fix this by converting |
Kibana version: 8.0.0-SNAPSHOT
Original install method (e.g. download page, yum, from source, etc.): docker
Describe the bug:
Kibana container won't start with default config
Steps to reproduce:
docker run --rm -it docker.elastic.co/kibana/kibana:8.0.0-SNAPSHOT
Expected behavior: container starts like it used to
Any additional context:
Maybe #85406 introduced the issue? Just a guess right now.
Working around this with by setting
SERVER_HOST
env with:The text was updated successfully, but these errors were encountered: