-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[meta] Alert Summaries #143200
Comments
In Security Solution, users can include @ersin-erdal Is the proposal to replace
thus making this a breaking change, or to add |
cc @XavierM |
Hi @banderror Sorry for the confusion, i deleted my previous comment. Yes this will be in addition to the existing |
@ersin-erdal Gotcha, thank you for the clarification! |
Breakdown
Groundwork
Feature development
To onboard detection rules onto alert summaries
Summary
In order to reduce action storms, the system needs to provide the capability of invoking a single action whenever the rule finds one or many alerts.
Problem
Terminology
New Alert: (for both "Lifecycle Alerts" & “Persistent alerts”):
For summary of a single rule run: A new alert is an alert that is generated by the current execution.
For summary on a custom interval: A new alert is an alert that has been generated within the given interval
Ongoing Alert (for "Lifecycle Alerts"):
For summary of a single rule run: An ongoing alert is an alert that is generated by one of the previous executions and is still active (not recovered yet)
For summary on a custom interval: An ongoing alert is an alert that has been generated before the given interval and is still active (not recovered yet)
Recovered Alert (for "Lifecycle Alerts"):
For summary of a single rule run: A recovered alert is an alert that is generated by one of the previous executions but not active any more (no longer matches the rule conditions).
For summary on a custom interval: A recovered alert is an alert that has been generated before the given custom interval but is not active any more (no longer matches the rule conditions).
Functional Specification
a. Single action summarizing alerts from a single rule run (This should be available only the rules that has “Group By” option)
b. Single action summarizing alerts from rule runs over a specific interval
Non-Functional Specification
Feature Metrics
Initially we can collect the new summary feature adoption rate:
The text was updated successfully, but these errors were encountered: