Files
grafana/docs/sources/alerting/silences/_index.md
T
JitaC 639e548e32 Docs: Refactored alert groups and silences sections (#48833)
* Initial breakdown of silences topic

* Re-organized silences

* Refactored alert groups, fixed broken relrefs and adjusted weights.
2022-05-19 13:57:53 -04:00

1.3 KiB

+++ title = "Silences" description = "Silences" keywords = ["grafana", "alerting", "silence", "mute"] weight = 450 aliases = ["/docs/grafana/latest/alerting/unified-alerting/silences/"] +++

About alerting silences

Use silences to stop notifications from one or more alerting rules. Silences do not prevent alert rules from being evaluated. Nor do they not stop alerting instances from being shown in the user interface. Silences only stop notifications from getting created. A silence lasts for only a specified window of time.

Silences do not prevent alert rules from being evaluated. They also do not stop alert instances being shown in the user interface. Silences only prevent notifications from being created.

You can configure Grafana managed silences as well as silences for an [external Alertmanager data source]({{< relref "../../datasources/alertmanager.md" >}}). For more information, see [Alertmanager]({{< relref "../fundamentals/alertmanager.md" >}}).

See also:

  • [About label matching for alert suppression]({{< relref "./label-matching-alert-suppression.md" >}})
  • [Create a silence]({{< relref "./create-silence.md" >}})
  • [Create a URL to link to a silence form]({{< relref "./linking-to-silence-form.md" >}})
  • [Edit silences]({{< relref "./edit-silence.md" >}})
  • [Remove a silences]({{< relref "./remove-silence.md" >}})