-
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
[Security Solution][Siem migrations] Swap experimental flag for ESS #208541
[Security Solution][Siem migrations] Swap experimental flag for ESS #208541
Conversation
@elasticmachine merge upstream |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
cc @semd |
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.
Feature flag LGTM
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.
Core changes LGTM
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!
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
Starting backport for target branches: 8.x |
…lastic#208541) ## Summary This PR enables the SIEM migrations experimental flag by default in ESS/on-prem. We keep the experimental flag disabled in serverless (using `config/serverless.security.yml`) since we don't want to release it yet. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit 93f6746)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… ESS (#208541) (#208782) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Siem migrations] Swap experimental flag for ESS (#208541)](#208541) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sergi Massaneda","email":"sergi.massaneda@elastic.co"},"sourceCommit":{"committedDate":"2025-01-29T15:32:04Z","message":"[Security Solution][Siem migrations] Swap experimental flag for ESS (#208541)\n\n## Summary\r\n\r\nThis PR enables the SIEM migrations experimental flag by default in\r\nESS/on-prem.\r\nWe keep the experimental flag disabled in serverless (using\r\n`config/serverless.security.yml`) since we don't want to release it yet.\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"93f67462d25cf795dfad76ed4cf3d723dcc90e66","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting","backport:version","v8.18.0"],"title":"[Security Solution][Siem migrations] Swap experimental flag for ESS","number":208541,"url":"https://github.com/elastic/kibana/pull/208541","mergeCommit":{"message":"[Security Solution][Siem migrations] Swap experimental flag for ESS (#208541)\n\n## Summary\r\n\r\nThis PR enables the SIEM migrations experimental flag by default in\r\nESS/on-prem.\r\nWe keep the experimental flag disabled in serverless (using\r\n`config/serverless.security.yml`) since we don't want to release it yet.\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"93f67462d25cf795dfad76ed4cf3d723dcc90e66"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208541","number":208541,"mergeCommit":{"message":"[Security Solution][Siem migrations] Swap experimental flag for ESS (#208541)\n\n## Summary\r\n\r\nThis PR enables the SIEM migrations experimental flag by default in\r\nESS/on-prem.\r\nWe keep the experimental flag disabled in serverless (using\r\n`config/serverless.security.yml`) since we don't want to release it yet.\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"93f67462d25cf795dfad76ed4cf3d723dcc90e66"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Sergi Massaneda <sergi.massaneda@elastic.co>
Summary
This PR enables the SIEM migrations experimental flag by default in ESS/on-prem.
We keep the experimental flag disabled in serverless (using
config/serverless.security.yml
) since we don't want to release it yet.