-
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
fix/142865/path.data config unused #158426
fix/142865/path.data config unused #158426
Conversation
Documentation preview: |
Pinging @elastic/kibana-operations (Team:Operations) |
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.
Were we able to reproduce the issue from before / have steps that can be shared? The test failure seemed to imply kibana.yml
was not loaded
@jbudz I don't have access to |
@afharo Can you advise on running this against |
@Ikuni17, AFAIK, @elastic/kibana-operations knows better about how to trigger those builds 😇 |
@Ikuni17 I removed the |
@watson Added by mistake, thanks for picking that up. The 7.17 backport is manual for this PR (#158116) due to config deprecation in 8.x and how this settings works. |
This reverts commit fa2b9cb.
…17/kibana into fix/142865/path.data-config-unused
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Canvas Sharable Runtime
History
To update your PR or re-run it, just comment with: cc @Ikuni17 |
(cherry picked from commit 86d2f58)
(cherry picked from commit 86d2f58) # Conflicts: # packages/kbn-utils/src/path/index.test.ts # packages/kbn-utils/src/path/index.ts # packages/kbn-utils/tsconfig.json
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
The successful E2E test run and artifact promotion for this PR is available here |
# Backport This will backport the following commits from `main` to `8.11`: - [fix/142865/path.data config unused (#158426)](#158426) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Brad White","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-29T00:16:47Z","message":"fix/142865/path.data config unused (#158426)","sha":"86d2f58c09b3bfedd12576f9fc5fe68649028f9c","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:skip","ci:cloud-deploy","ci:project-deploy-security","v8.12.0"],"number":158426,"url":"https://github.com/elastic/kibana/pull/158426","mergeCommit":{"message":"fix/142865/path.data config unused (#158426)","sha":"86d2f58c09b3bfedd12576f9fc5fe68649028f9c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/158426","number":158426,"mergeCommit":{"message":"fix/142865/path.data config unused (#158426)","sha":"86d2f58c09b3bfedd12576f9fc5fe68649028f9c"}}]}] BACKPORT-->
This reverts commit 86d2f58.
We're reverting this (once again) in #172943 - in the 8.10.2 release, we saw that the ECK use case is using the keystore without having the config in its final place, which caused a file read error trying to parse the configs to acquire these data paths. We've decided to roll back and evaluate options to start respecting the |
This reverts commit 86d2f58.
#172970) # Backport This will backport the following commits from `main` to `8.12`: - [Revert "fix/142865/path.data config unused (#158426)" (#172951)](#172951) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-08T16:22:21Z","message":"Revert \"fix/142865/path.data config unused (#158426)\" (#172951)\n\nThis reverts commit 86d2f58.\r\n\r\nForward port of #172943 targeting\r\n8.13 and 8.12. See the linked pr for 8.11.3 release notes.\r\n\r\nCloses https://github.com/elastic/kibana/issues/172919","sha":"ee194d32a2e21baf6ae38a2e60e590ac3811b9f1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","auto-backport","v8.12.0"],"number":172951,"url":"https://github.com/elastic/kibana/pull/172951","mergeCommit":{"message":"Revert \"fix/142865/path.data config unused (#158426)\" (#172951)\n\nThis reverts commit 86d2f58.\r\n\r\nForward port of #172943 targeting\r\n8.13 and 8.12. See the linked pr for 8.11.3 release notes.\r\n\r\nCloses https://github.com/elastic/kibana/issues/172919","sha":"ee194d32a2e21baf6ae38a2e60e590ac3811b9f1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jon <[email protected]> Co-authored-by: Brad White <[email protected]>
Readding #157659 after being reverted in #158325