diff --git a/docs/en/observability/images/conditional-actions.png b/docs/en/observability/images/conditional-actions.png new file mode 100644 index 0000000000..e62491fd11 Binary files /dev/null and b/docs/en/observability/images/conditional-actions.png differ diff --git a/docs/en/observability/whats-new.asciidoc b/docs/en/observability/whats-new.asciidoc index 3901ce01cd..7798556fd0 100644 --- a/docs/en/observability/whats-new.asciidoc +++ b/docs/en/observability/whats-new.asciidoc @@ -3,7 +3,7 @@ Here are the highlights of what's new and improved in {minor-version}. -coming[8.0.0] +coming[8.10.0] // Other versions: // {observability-guide-all}/8.1/whats-new.html[8.1] | @@ -14,4 +14,14 @@ coming[8.0.0] // What's new content goes in here. Don't uncomment or remove the tags surrounding this content :) +[discrete] +== Conditional actions in alerting rules + +When creating an {observability} alerting 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. + +[role="screenshot"] +image::images/conditional-actions.png[An example of the UI for triggering an action and alert, width=70%] + // end::whats-new[]