Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ rule's check interval.

Alternatively, you can set the action frequency such that actions run for each
alert. Choose how often the action runs (at each check interval, only when the
alert status changes, or at a custom action interval). For {anomaly-detect}
alert status changes, or at a custom action interval).

When you use an email action with an {anomaly-detect} rule, the alert includes only the top three anomalous records or influencers detected during the check interval. This behavior ensures that the alert remains concise by highlighting the most significant anomalies based on their scores.
Copy link
Contributor

@darnautov darnautov Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not specifically about email actions but rather about the overall alert context sent to any connector, as well as the document stored in the alert-as-data index.

I believe we should simply mention that topRecords and topInfluencers are limited to 3 documents.

image


For {anomaly-detect}
alert rules, you must also choose whether the action runs when the anomaly score
matches the condition or when the alert recovers:

Expand Down