diff --git a/docs/user/alerting/create-and-manage-rules.asciidoc b/docs/user/alerting/create-and-manage-rules.asciidoc index 23e79911fd5ee..ba1629abd9c86 100644 --- a/docs/user/alerting/create-and-manage-rules.asciidoc +++ b/docs/user/alerting/create-and-manage-rules.asciidoc @@ -140,17 +140,21 @@ Actions are not required on rules. You can run a rule without actions to underst [float] [[controlling-rules]] -=== Mute and disable rules +=== Snooze and disable rules -The rule listing allows you to quickly mute/unmute, disable/enable, and delete individual rules by clicking menu button to open the actions menu. Muting means that the rule checks continue to run on a schedule, but that alert will not trigger any action. +The rule listing enables you to quickly snooze, disable or enable, and delete individual rules using the colored dropdown. [role="screenshot"] -image:images/individual-mute-disable.png[The actions button allows an individual rule to be muted, disabled, or deleted] +image:images/individual-snooze-disable.png[The rule status dropdown enables you to snooze or disable an individual rule] -You can perform these operations in bulk by multi-selecting rules, and then clicking the *Manage rules* button: +When you snooze a rule, the rule checks continue to run on a schedule but the alert will not trigger any actions. You can snooze for a specified period of time or indefinitely. [role="screenshot"] -image:images/bulk-mute-disable.png[The Manage rules button lets you mute/unmute, enable/disable, and delete in bulk,width=75%] +image:images/snooze-panel.png[The snooze panel allows you to set the length of a rule's snooze period] + +When a rule is in a `snoozed` state, you can cancel or change the duration of this state. You can perform these operations in bulk by multi-selecting rules, and then clicking the *Manage rules* button. + +TIP: In this context, "Mute" refers to an indefinite snooze. preview:[] [float] === Rule status diff --git a/docs/user/alerting/images/bulk-mute-disable.png b/docs/user/alerting/images/bulk-mute-disable.png deleted file mode 100644 index b2f9c230ffeb2..0000000000000 Binary files a/docs/user/alerting/images/bulk-mute-disable.png and /dev/null differ diff --git a/docs/user/alerting/images/individual-snooze-disable.png b/docs/user/alerting/images/individual-snooze-disable.png new file mode 100644 index 0000000000000..354d996ee74a1 Binary files /dev/null and b/docs/user/alerting/images/individual-snooze-disable.png differ diff --git a/docs/user/alerting/images/snooze-panel.png b/docs/user/alerting/images/snooze-panel.png new file mode 100644 index 0000000000000..b09a509c57ca9 Binary files /dev/null and b/docs/user/alerting/images/snooze-panel.png differ