-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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][Detections] Indicator Rules cannot be duplicated from the Rule Details page #90356
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
This should only effect unreleased 7.12 at the moment and not soon to be released 7.11. The cause of this bug is from the fix here: I just need to strip out the id when the rule is being duplicated and before it is sent to the backend and that will fix it. |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
…to duplicate indicator matches (#92565) ## Summary Fixes an unreleased regression bug where indicator rules could not be be duplicated. #90356 - [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
…to duplicate indicator matches (elastic#92565) ## Summary Fixes an unreleased regression bug where indicator rules could not be be duplicated. elastic#90356 - [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
…to duplicate indicator matches (elastic#92565) ## Summary Fixes an unreleased regression bug where indicator rules could not be be duplicated. elastic#90356 - [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
…to duplicate indicator matches (#92565) (#92717) ## Summary Fixes an unreleased regression bug where indicator rules could not be be duplicated. #90356 - [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 Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
…to duplicate indicator matches (#92565) (#92716) ## Summary Fixes an unreleased regression bug where indicator rules could not be be duplicated. #90356 - [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 Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
Bug Conversion:Created 01 Test-Case for this Ticket Thanks!! |
Summary
When attempting to duplicate an Indicator Match rule from that rule's Details page, the action fails and an error toast is displayed:
Initial toast:
Expanded toast:
Other notes:
7.11master/7.12.The text was updated successfully, but these errors were encountered: