[8.19] [Security Solution][SIEM Migrations] Add name field to rule migrations ui and data model (#223860)#224754
Merged
kibanamachine merged 1 commit intoelastic:8.19from Jun 20, 2025
Conversation
…s ui and data model (elastic#223860) ## Summary This pr adds the ability to set and edit the name field for automatic rule migrations, done in either the initial data upload workflow, or at any step thereafter in the migration list cards. Also adds logic to migrate existing migration metadata docs if they do not have a name, intended to match what the user saw previously, the string 'SIEM Migration \#{$indexNumber}' users saw before this change. Kibana logs when migrating a migration lacking a name:  Edit an existing migration name:   New sub step in rules upload form:  Migrated name:  (shown in dev tools because the migration does not have any rules associated, and so the card list does not include it) ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Sergi Massaneda <sergi.massaneda@elastic.co> (cherry picked from commit 9af4a74)
Merged
3 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
|
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.19:Questions ?
Please refer to the Backport tool documentation