Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d8dbfcd

Browse files
authored
Merge pull request #1744 from splunk/theletterf-o11ydocs-5711-recurring-muting-rule
Recurrence for muting rules
2 parents 896dacc + 6f55391 commit d8dbfcd

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed
211 KB
Loading

alerts-detectors-notifications/mute-notifications.rst

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
Mute alert notifications
55
*****************************************************************
66

7-
8-
97
.. meta::
10-
:description: Learn how to stop sending alert notifications based on conditions.
8+
:description: Learn how to stop sending alert notifications based on conditions.
119

1210
Muting is helpful when you need to stop sending alert notifications during situations that are known to trigger alerts, such as maintenance windows or tests. Muting allows you to reduce noise and focus on what really matters.
1311

14-
You can stop sending, or mute, alert notifications based on certain conditions you can specify. You can mute notifications for a specified period of time or indefinitely, although alerts and events are still generated, and appear in Observability Cloud.
12+
You can stop sending, or mute, alert notifications based on certain conditions you can specify. You can mute notifications for a specified period of time or indefinitely, although alerts and events are still generated, and appear in Splunk Observability Cloud.
1513

1614
To see your existing muting rules or create new ones, go to :guilabel:`Alerts`, then select the :guilabel:`Muting Rules` tab.
1715

@@ -27,7 +25,7 @@ How muting works
2725

2826
Alert notifications are muted according to :ref:`muting rules <rule-configure>`, which include a schedule that sets the muting period. During the muting period, notifications that match the rule aren't sent to :ref:`subscribers <manage-notifications>`. The only exception are clear notifications for alerts that were active before the muting period started.
2927

30-
After the muting period ends, Observability Cloud restarts sending to subscribers notifications for alerts that are still active, or for alerts triggered within the last 90 days of the muting period. To turn off sending alert notifications after the muting period has ended, edit the :ref:`muting rule configuration <rule-configure>`.
28+
After the muting period ends, Splunk Observability Cloud restarts sending to subscribers notifications for alerts that are still active, or for alerts triggered within the last 90 days of the muting period. To turn off sending alert notifications after the muting period has ended, edit the :ref:`muting rule configuration <rule-configure>`.
3129

3230
.. note:: Muting rules only affect notifications: When a muting rule is active, alerts and events that are muted by the rule are still generated.
3331

@@ -40,7 +38,7 @@ To create a muting rule, you can either:
4038

4139
- :ref:`Mute specific detectors or alerts <rule-from-alerts-page>`.
4240
- :ref:`Create muting rules based on group-by dimensions <rule-from-group-by>`.
43-
- :ref:`Create muting rules from scratch <rule-from-scratch>`.
41+
- :ref:`Create muting rules from scratch <rule-from-scratch>`.
4442

4543
.. _rule-from-alerts-page:
4644

@@ -78,7 +76,7 @@ To create muting rules based on group-by dimensions:
7876
Create muting rules from scratch
7977
--------------------------------------------------------------------------
8078

81-
Create or edit muting rules at any time from the :guilabel:`Muting Rules` tab in :guilabel:`Alerts`.
79+
Create or edit muting rules at any time from the :guilabel:`Muting Rules` tab in :guilabel:`Alerts`.
8280

8381
To create a new muting rule from scratch:
8482

@@ -90,20 +88,23 @@ To create a new muting rule from scratch:
9088
Configure your muting rule
9189
=============================================================================
9290

93-
Configure your muting rule:
91+
The following screenshot shows the muting rule dialog box:
9492

95-
.. image:: /_images/alerts-detectors-notifications/muting-notifications/mutingrule-modal.png
96-
:width: 65%
93+
.. image:: /_images/alerts-detectors-notifications/muting-notifications/mutingrule-modal2.png
94+
:width: 90%
9795
:alt: Configure a muting rule
9896

99-
#. Use :guilabel:`Add property` to add (or modify) one or more properties for which you want to mute notifications. If using groups, you can also type :strong:`sf_tags` to find a list of tags. When you add more than one property, the muting rule interprets the properties using the AND logical operator.
100-
#. Specify the :guilabel:`Schedule` during which notifications are muted (muting period) using the predefined periods or by creating a custom period. You can also mute indefinitely.
97+
To create a new muting rule, follow these steps:
98+
99+
#. Use :guilabel:`Add property` to add or modify one or more properties for which you want to mute notifications. If using groups, you can also type :strong:`sf_tags` to find a list of tags. When you add more than one property, the muting rule interprets the properties using the AND logical operator.
101100
#. Include a :guilabel:`Reason` for the muting rule. The text you enter in this field is displayed when you hover over a rule in the :guilabel:`Muting Rules` tab, and can help others understand why alerts are being muted.
102-
#. Select whether you want to clear any existing alerts that match the conditions you have set. If you're muting certain alerts to address a known problem, you might want to clear existing alerts so you are starting from a clean slate. Clearing these alerts also notifies downstream systems, such as VictorOps, OpsGenie, and PagerDuty.
103-
#. Select whether you want to receive notifications for alerts that are still active when the muting period ends.
104-
#. Select :guilabel:`Next` to view a summary of the muting conditions. If you want to turn on the muting rule, select :guilabel:`Save`. It can take up to a minute before a new muting rule goes into effect.
101+
#. Specify the :guilabel:`Schedule` during which notifications should be muted (muting period) using the predefined periods or by creating a custom period. You can also mute indefinitely.
102+
#. (Optional) If the rule follows a schedule, you can set a :guilabel:`Recurrence` period for the muting rule. When scheduling a muting rule, the rule repeats after a set number of days, starting with the start time of the original rule. The daily and weekly options set that number to ``1`` and ``7`` respectively. The :menuselection:`Custom` option lets you set the number of days or set a number of weeks.
103+
#. Select whether you want to clear any existing alerts that match the conditions you have set. If you're muting certain alerts to address a known problem, you might want to clear existing alerts so you are starting from a clean slate. Clearing these alerts also notifies downstream systems, such as Splunk On-Call, OpsGenie, and PagerDuty.
104+
#. Select whether you want to receive notifications for alerts that are still active when the muting period ends.
105+
#. Select :guilabel:`Next` to view a summary of the muting conditions. If you want to turn on the muting rule, select :guilabel:`Save`. It can take up to a minute before a new muting rule goes into effect.
105106

106-
.. note:: Observability Cloud allows a maximum of 9,500 muting rules.
107+
.. note:: Splunk Observability Cloud allows a maximum of 9,500 muting rules.
107108

108109
.. _view-muting-rules:
109110

@@ -123,7 +124,7 @@ You can also view information about active and scheduled muting rules from diffe
123124

124125
- On the :guilabel:`Muting Rules` tab, you can view a list of all active and scheduled muting rules.
125126

126-
- On the :guilabel:`Detectors` and the :guilabel:`Active Alerts` tabs, running or scheduled muting rules are indicated by :guilabel:`NOTIFICATIONS MUTED` labels next to the muted detector. You can select the label to view muting rules for the associated detector.
127+
- On the :guilabel:`Detectors` and the :guilabel:`Active Alerts` tabs, running or scheduled muting rules are indicated by :guilabel:`NOTIFICATIONS MUTED` labels next to the muted detector. You can select the label to view muting rules for the associated detector.
127128

128129
.. note:: If you select :guilabel:`NOTIFICATIONS MUTED` and the :strong:`Muting Rules` tab displays an empty page, then the muting rule was created based on properties instead of created for a detector.
129130

@@ -134,7 +135,7 @@ Muted notifications
134135

135136
If a notification was muted, an indicator is displayed wherever the event might send the notification, such as on the :guilabel:`Active Alerts` tab or in an event feed.
136137

137-
To see events related to past muting rules, you can use the :ref:`Events sidebar <events-sidebar>` or the :ref:`Event overlay<dashboard-event-overlay>`. Events are generated when the rule becomes active (notifications stop) and when the rule becomes inactive (notifications resume).
138+
To see events related to past muting rules, you can use the :ref:`Events sidebar <events-sidebar>` or the :ref:`Event overlay<dashboard-event-overlay>`. Events are generated when the rule becomes active (notifications stop) and when the rule becomes inactive (notifications resume).
138139

139140
- To find muting events in the Events sidebar, search for :guilabel:`sf_eventType:alertMuting`.
140141

@@ -145,7 +146,7 @@ To see events related to past muting rules, you can use the :ref:`Events sidebar
145146
Cancel or delete muting rules
146147
=============================================================================
147148

148-
Canceling an active muting rule and resuming notifications for an alert or detector are the same thing. A canceled muting rules is deleted from Observability Cloud before it expires. Scheduled muting rules that are not yet active can also be deleted before they start.
149+
Canceling an active muting rule and resuming notifications for an alert or detector are the same thing. A canceled muting rules is deleted from Splunk Observability Cloud before it expires. Scheduled muting rules that are not yet active can also be deleted before they start.
149150

150151
To cancel an active muting rule or delete a scheduled muting rule from :guilabel:`Alerts`:
151152

@@ -160,4 +161,4 @@ You can also cancel muting rules from a muted alert or detector:
160161
- For a detector, select the muting rule, then select :menuselection:`Resume Notifications`.
161162
- For an active alert, select the more icon (|more|), then select :menuselection:`Resume Notifications`.
162163

163-
If there are multiple rules, select the rule for which you want to resume notifications. In each case, you can confirm that you want to resume sending notifications.
164+
If there are multiple rules, select the rule for which you want to resume notifications. In each case, you can confirm that you want to resume sending notifications.

0 commit comments

Comments
 (0)