You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 8.8, users could specify how often alert notifications were to third-party systems (e.g., Slack, JIRA, email, etc.). The action frequency configuration applied to all actions that were added to the rule.
In 8.8, users can set notification frequency on a per-action basis. Now, they have more control over specifying how often actions send notifications about alerts.
On top of more control over action notification frequency, users can choose to be notified on a per alert basis or with alert summaries:
Per alert basis: You'll receive a notification for each alert that's generated.
Alert summaries: You'll receive a single notification on the interval schedule that you choose and the notification will summarize multiple alerts.
From here, you can define additional conditions that must be met for the connector to send a notification:
if alert matches a query: Notifications are only sent if alerts match the conditions of the KQL query that the user writes. Note that this query searches alert documents in the rule's specified index.
if alert is generated during timeframe: Notifications are only sent if alerts are generated within the specified timeframe.
Update docs for notification placeholder fields. Notes for organization are here:
Create a section for placeholder fields that are only available when users choose the per-alert option.
Create a section for fields that are available if users choose either the per alert option or the alert summary option.
Add in the Alert.flapping field to the section that details placeholder fields available for the per alert option. (Verifying this with Zhenia)
Note that after a user upgrades to 8.8, actions on rules will have their own frequency. In 8.7 and earlier, action frequency was set on a rule-level, meaning users would set action frequency once and that configuration would apply to all actions added to the rule:
The two notification options were described in the Kibana Actions docs. Might be able to reference those docs or re-use the content when explaining this feature in the Security docs.
When users import rules with actions created in 8.7, actions are automatically set to run on a per-alert frequency.
@e40pud to create a doc issue for the rule API doc updates.
The text was updated successfully, but these errors were encountered:
Since the conditional actions feature is only available to rules in the Security app, IMO it makes sense to add it only in the Security 8.8 highlights. If you agree, here's what's proposed for the release blog:
Conditional Actions
When you create a rule, you define conditions that must be met for an alert to occur. Now you can also add conditions that affect the actions associated with an alert. For example, you might choose to send notifications only if the alert is received between defined hours.
Description
In 8.8, users could specify how often alert notifications were to third-party systems (e.g., Slack, JIRA, email, etc.). The action frequency configuration applied to all actions that were added to the rule.
In 8.8, users can set notification frequency on a per-action basis. Now, they have more control over specifying how often actions send notifications about alerts.
On top of more control over action notification frequency, users can choose to be notified on a per alert basis or with alert summaries:
From here, you can define additional conditions that must be met for the connector to send a notification:
Related:
frequency
field in Security rule API.Questions
Required doc updates
available-action-types.png
andselected-action-type.png
Alert.flapping
field to the section that details placeholder fields available for the per alert option. (Verifying this with Zhenia)throttle
in a response payload #3257Notes
The text was updated successfully, but these errors were encountered: