-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Rules migration] Add sorting functionality to rules migration …
…table (#11379) (#203396) (#203486) # Backport This will backport the following commits from `main` to `8.x`: - [[Rules migration] Add sorting functionality to rules migration table (#11379) (#203396)](#203396) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ievgen Sorokopud","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-09T19:21:16Z","message":"[Rules migration] Add sorting functionality to rules migration table (#11379) (#203396)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nThese changes add sorting functionality to the migration rules table. It\r\nis possible to sort migration rules by next columns: `Updated`, `Name`,\r\n`Status`, `Risk Score`, `Severity` and `Author`.\r\n\r\n### Other changes\r\n\r\nNext fixes and adjustments were also implemented as part of this PR:\r\n* `Installed` status in migration rules table to indicate whether the\r\nrule was installed\r\n* Rules selection and installation of selected rules\r\n* Disable selection for not fully translated rules\r\n* `Author` column to show whether the translated rule matched one of the\r\nexisting Elastic prebuilt rules\r\n* `Install and enable` and `Install without enabling` buttons within the\r\nmigration rule details flyout","sha":"70a5bb33c438912b64259ea4c7a3c77c41f93f45","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","Team: SecuritySolution","backport:prev-minor"],"title":"[Rules migration] Add sorting functionality to rules migration table (#11379)","number":203396,"url":"https://github.com/elastic/kibana/pull/203396","mergeCommit":{"message":"[Rules migration] Add sorting functionality to rules migration table (#11379) (#203396)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nThese changes add sorting functionality to the migration rules table. It\r\nis possible to sort migration rules by next columns: `Updated`, `Name`,\r\n`Status`, `Risk Score`, `Severity` and `Author`.\r\n\r\n### Other changes\r\n\r\nNext fixes and adjustments were also implemented as part of this PR:\r\n* `Installed` status in migration rules table to indicate whether the\r\nrule was installed\r\n* Rules selection and installation of selected rules\r\n* Disable selection for not fully translated rules\r\n* `Author` column to show whether the translated rule matched one of the\r\nexisting Elastic prebuilt rules\r\n* `Install and enable` and `Install without enabling` buttons within the\r\nmigration rule details flyout","sha":"70a5bb33c438912b64259ea4c7a3c77c41f93f45"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203396","number":203396,"mergeCommit":{"message":"[Rules migration] Add sorting functionality to rules migration table (#11379) (#203396)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nThese changes add sorting functionality to the migration rules table. It\r\nis possible to sort migration rules by next columns: `Updated`, `Name`,\r\n`Status`, `Risk Score`, `Severity` and `Author`.\r\n\r\n### Other changes\r\n\r\nNext fixes and adjustments were also implemented as part of this PR:\r\n* `Installed` status in migration rules table to indicate whether the\r\nrule was installed\r\n* Rules selection and installation of selected rules\r\n* Disable selection for not fully translated rules\r\n* `Author` column to show whether the translated rule matched one of the\r\nexisting Elastic prebuilt rules\r\n* `Install and enable` and `Install without enabling` buttons within the\r\nmigration rule details flyout","sha":"70a5bb33c438912b64259ea4c7a3c77c41f93f45"}}]}] BACKPORT--> --------- Co-authored-by: Ievgen Sorokopud <[email protected]>
- Loading branch information
1 parent
39d7292
commit 71bfa26
Showing
32 changed files
with
547 additions
and
228 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.