[8.x] Consume elasticsearch.publicBaseUrl where possible (#192741)#193442
Merged
kibanamachine merged 2 commits intoelastic:8.xfrom Sep 24, 2024
Merged
[8.x] Consume elasticsearch.publicBaseUrl where possible (#192741)#193442kibanamachine merged 2 commits intoelastic:8.xfrom
kibanamachine merged 2 commits intoelastic:8.xfrom
Conversation
## Summary This actually consumes the public base url in the cloud plugin and the places depending on the `elasticsearchUrl` value populated there. --------- Co-authored-by: Rodney Norris <rodney@tattdcodemonkey.com> (cherry picked from commit b4a7b2e)
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Public APIs missing exports
Page load bundle
History
To update your PR or re-run it, just comment with: cc @sphilipse |
sphilipse
referenced
this pull request
Sep 24, 2024
…193838) # Backport This will backport the following commits from `main` to `8.x`: - [Consume elasticsearch.publicBaseUrl where possible (#192741)](#192741) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sander Philipse","email":"94373878+sphilipse@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-19T14:57:47Z","message":"Consume elasticsearch.publicBaseUrl where possible (#192741)\n\n## Summary\r\n\r\nThis actually consumes the public base url in the cloud plugin and the\r\nplaces depending on the `elasticsearchUrl` value populated there.\r\n\r\n---------\r\n\r\nCo-authored-by: Rodney Norris <rodney@tattdcodemonkey.com>","sha":"b4a7b2e2164974e5dd9b8c1708c35d58bd021105","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:prev-major","v8.16.0"],"number":192741,"url":"https://github.com/elastic/kibana/pull/192741","mergeCommit":{"message":"Consume elasticsearch.publicBaseUrl where possible (#192741)\n\n## Summary\r\n\r\nThis actually consumes the public base url in the cloud plugin and the\r\nplaces depending on the `elasticsearchUrl` value populated there.\r\n\r\n---------\r\n\r\nCo-authored-by: Rodney Norris <rodney@tattdcodemonkey.com>","sha":"b4a7b2e2164974e5dd9b8c1708c35d58bd021105"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192741","number":192741,"mergeCommit":{"message":"Consume elasticsearch.publicBaseUrl where possible (#192741)\n\n## Summary\r\n\r\nThis actually consumes the public base url in the cloud plugin and the\r\nplaces depending on the `elasticsearchUrl` value populated there.\r\n\r\n---------\r\n\r\nCo-authored-by: Rodney Norris <rodney@tattdcodemonkey.com>","sha":"b4a7b2e2164974e5dd9b8c1708c35d58bd021105"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/193442","number":193442,"state":"OPEN"}]}] BACKPORT-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.x:Questions ?
Please refer to the Backport tool documentation