-
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
[Fleet] Fix source mode synthetics when handling experimental datastream features #210195
Conversation
Pinging @elastic/fleet (Team:Fleet) |
@elasticmachine merge upstream |
...rm/plugins/shared/fleet/server/services/package_policies/experimental_datastream_features.ts
Outdated
Show resolved
Hide resolved
…a into fix-source-mode-synthetic
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
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @nchaulet |
Starting backport for target branches: 9.0 |
…eam features (elastic#210195) (cherry picked from commit d2070ca)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Starting backport for target branches: 8.18, 9.0 |
…eam features (elastic#210195) (cherry picked from commit d2070ca)
…eam features (elastic#210195) (cherry picked from commit d2070ca)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…datastream features (#210195) (#210376) # Backport This will backport the following commits from `main` to `8.18`: - [[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)](#210195) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nicolas Chaulet","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-10T13:00:59Z","message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Fleet] Fix source mode synthetics when handling experimental datastream features","number":210195,"url":"https://github.com/elastic/kibana/pull/210195","mergeCommit":{"message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.x"],"targetPullRequestStates":[{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210195","number":210195,"mergeCommit":{"message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"url":"https://github.com/elastic/kibana/pull/210370","number":210370,"branch":"9.0","state":"OPEN"}]}] BACKPORT--> Co-authored-by: Nicolas Chaulet <[email protected]>
…atastream features (#210195) (#210370) # Backport This will backport the following commits from `main` to `9.0`: - [[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)](#210195) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nicolas Chaulet","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-10T13:00:59Z","message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","v9.1.0"],"title":"[Fleet] Fix source mode synthetics when handling experimental datastream features","number":210195,"url":"https://github.com/elastic/kibana/pull/210195","mergeCommit":{"message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210195","number":210195,"mergeCommit":{"message":"[Fleet] Fix source mode synthetics when handling experimental datastream features (#210195)","sha":"d2070ca7242a832c158d9a8dd4edcc8bd806649a"}}]}] BACKPORT--> Co-authored-by: Nicolas Chaulet <[email protected]>
Description
Related to https://github.com/elastic/ingest-dev/issues/4863
Looks like we were still setting a deprecated _source mode synthetic when handling experiemental datastream features, that PR fix that.
I am wondering if that feature is still used? and if we should plan to clean it in a near future?