Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…169264) # Backport This will backport the following commits from `main` to `8.10`: - [[ResponseOps] Allow bulk snoozing of Security Rules (#169180)](#169180) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Juan Pablo Djeredjian","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-18T15:54:45Z","message":"[ResponseOps] Allow bulk snoozing of Security Rules (#169180)\n\nFixes: https://github.com/elastic/kibana/issues/169131\r\n\r\n## Summary\r\n\r\nBulk snoozing of SIEM (Security Rules) was previously silently skipped\r\nin the Rules Client when bulk editing rules to snooze scheduling a rule.\r\n\r\nSince then, the snoozing functionality was introduced in the Security\r\nSolution, but the check that silently skipped this update was never\r\nremoved in the Rules Client side.\r\n\r\nThe issue was only noticeable when bulk editing Rules to add snoozing in\r\nthe **Alerts and Insights > Rules** page, since Security Solution\r\ndoesn't allow bulk snoozing (as of yet) and all other areas of the UI do\r\nnot use bulk but single snoozing.\r\n\r\nRemoving the check to skip SIEM rules sufficed to fix the issue.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"2f80ca2ef89c7858fa2e7a544acc0402e460bbf2","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:ResponseOps","Team: SecuritySolution","v8.8.3","v8.11.0","v8.9.3","v8.12.0","v8.10.5"],"number":169180,"url":"https://github.com/elastic/kibana/pull/169180","mergeCommit":{"message":"[ResponseOps] Allow bulk snoozing of Security Rules (#169180)\n\nFixes: https://github.com/elastic/kibana/issues/169131\r\n\r\n## Summary\r\n\r\nBulk snoozing of SIEM (Security Rules) was previously silently skipped\r\nin the Rules Client when bulk editing rules to snooze scheduling a rule.\r\n\r\nSince then, the snoozing functionality was introduced in the Security\r\nSolution, but the check that silently skipped this update was never\r\nremoved in the Rules Client side.\r\n\r\nThe issue was only noticeable when bulk editing Rules to add snoozing in\r\nthe **Alerts and Insights > Rules** page, since Security Solution\r\ndoesn't allow bulk snoozing (as of yet) and all other areas of the UI do\r\nnot use bulk but single snoozing.\r\n\r\nRemoving the check to skip SIEM rules sufficed to fix the issue.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"2f80ca2ef89c7858fa2e7a544acc0402e460bbf2"}},"sourceBranch":"main","suggestedTargetBranches":["8.8","8.11","8.9","8.10"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.9","label":"v8.9.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169180","number":169180,"mergeCommit":{"message":"[ResponseOps] Allow bulk snoozing of Security Rules (#169180)\n\nFixes: https://github.com/elastic/kibana/issues/169131\r\n\r\n## Summary\r\n\r\nBulk snoozing of SIEM (Security Rules) was previously silently skipped\r\nin the Rules Client when bulk editing rules to snooze scheduling a rule.\r\n\r\nSince then, the snoozing functionality was introduced in the Security\r\nSolution, but the check that silently skipped this update was never\r\nremoved in the Rules Client side.\r\n\r\nThe issue was only noticeable when bulk editing Rules to add snoozing in\r\nthe **Alerts and Insights > Rules** page, since Security Solution\r\ndoesn't allow bulk snoozing (as of yet) and all other areas of the UI do\r\nnot use bulk but single snoozing.\r\n\r\nRemoving the check to skip SIEM rules sufficed to fix the issue.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"2f80ca2ef89c7858fa2e7a544acc0402e460bbf2"}},{"branch":"8.10","label":"v8.10.5","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Juan Pablo Djeredjian <[email protected]>
- Loading branch information