Skip to content
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

[DOCS] Alert suppression on query type rules #2720

Closed
joepeeples opened this issue Nov 16, 2022 · 0 comments · Fixed by #2778
Closed

[DOCS] Alert suppression on query type rules #2720

joepeeples opened this issue Nov 16, 2022 · 0 comments · Fixed by #2778

Comments

@joepeeples
Copy link
Contributor

joepeeples commented Nov 16, 2022

Description

Alert suppression allows users to reduce the number of duplicate or repeated alerts written to the alerts index. The implementation is very similar in concept to threshold rules. We allow users to pick one or more fields to group source documents by and use a composite aggregation to collect documents bucketed by those fields. We create 1 alert for each bucket based on the first document in the bucket and add metadata to the alert that represents how to retrieve the rest of the documents in the bucket.

Related:

Docs to update

Notes

  • Alert suppression is licensed as a Platinum-level feature. Refer to kibana#142686 for additional nuances on licensing, what happens if user isn't licensed, changes licensing, etc.
  • "Alert suppression" is the preferred nomenclature; the feature was previously called "alert throttling" but we pivoted away from that.
  • Investigate in Timeline button in Alerts table now opens the events for the suppressed alerts in Timeline (confirm if this also works with other ways of pivoting from an alert to Timeline, such as "Take action" menu in alert details flyout)
  • Confirm how this interacts with bulk action for sending multiple alerts to Timeline
  • Alert details flyout also includes a section under "Insights" for suppressed alerts (Tech Preview label). Confirm if this always displays for all alerts now, or only once suppression has been enabled. Also check for any screenshots of alert details flyout that might need updating (recently updated in [DOCS] MITRE ATT&CK being added to alert details flyout and alert reason re-named #2686)

Screenshots

(from elastic/kibana#142686)

NOT an exhaustive list, look for other areas that might need capturing

  • Rule Create/Edit With License

  • Rule Details With License

  • Alerts table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant