fix: use proper server.host in Kibana#576
Conversation
| - ELASTIC_USERNAME=elastic | ||
| - ELASTIC_PASSWORD=changeme | ||
| image: "docker.elastic.co/observability-ci/elasticsearch:${stackVersion:-8.0.0-SNAPSHOT}" | ||
| image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-8.0.0-SNAPSHOT}" |
There was a problem hiding this comment.
We're replacing the namespace because the observability-ci could not be up-to-date with latest SNAPSHOT, which is version we want to test in master. Consuming the upstream will allow us to discover potential bugs the soonest
|
BTW @watson, Does this change have to be backported to our 7.x or 7.11.x or 7.10.x branches? I guess not, as in the original Kibana PR it mentions it's for 8.0.0. Just to double check before merging. Thanks! |
|
@mdelapenya No we consider it a breaking change, so it's only for v8.0.0. However, I did introduce another PR to |
|
Thank you my friend!! Will merge this with no backport. Cheers! |
See elastic/kibana#87114
What does this PR do?
It updates the e2e tests after elastic/kibana#87114
Why is it important?
Kibana fails to start and the container dies because of a wrong value of the
server.hostproperty.Checklist
make noticein the proper directory)Author's Checklist
How to test this PR locally
Related issues