-
Notifications
You must be signed in to change notification settings - Fork 154
Description
Description
Today if a user closes an alert, and a new event is found during the same suppression window, a new alert is created. Some of our users would like to keep the suppression window going after an alert is closed and therefore prevent the creation of new alerts when events are found.
Therefore we are adding a new advanced setting called securitySolution:suppressionBehaviorOnAlertClosure
with two possible values: restart-suppression
(default) which represents the existing behaviour and continue-until-window-ends
which keeps the suppression window open, meaning that any new alerts of the same type will continue to be suppressed until the window ends.
We will also display a modal on alert closure, informing users about what will happen with the suppression window given the value of the advanced setting. The modal comes with a "do not show this message again" checkbox which, if checked when the user confirms the modal, will prevent the modal from showing again on the same computer.
This is what it looks like when the setting value is restart-suppression
(default):
current-behavior2.mov
This is what it looks like when the setting value is continue-until-window-ends
:
current-behavior.mov
Resources
This feature is implemented in this PR.
Original GH issue.
Which documentation set does this change impact?
Elastic On-Prem and Cloud (all)
Feature differences
No differences.
What release is this request related to?
9.2
Serverless release
PR has not been merged yet.
Collaboration model
The documentation team
Point of contact.
Main contact: @denar50
Stakeholders: @yctercero @approksiu