Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana/v8.5/alerting/unified-alerting/alert-groups.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana/v8.5/alerting/unified-alerting/alert-groups/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Alert groups
Alert groups show grouped alerts from an Alertmanager instance. By default, the alerts are grouped by the label keys for the root policy in notification policies. Grouping common alerts into a single alert group prevents duplicate alerts from being fired.
View alert groupings
- In the Grafana menu, click the Alerting (bell) icon to open the Alerting page listing existing alerts.
- Click Alert grouping to open the page listing existing groups.
- From the Alertmanager drop-down, select an external Alertmanager as your data source. By default, the
GrafanaAlertmanager is selected. - From custom group by drop-down, select a combination of labels to view a grouping other than the default. This is useful for debugging and verifying your grouping of notification policies.
If an alert does not contain labels specified either in the grouping of the root policy or the custom grouping, then the alert is added to a catch all group with a header of No grouping.
Filter alerts
You can use the following filters to view alerts that match specific criteria:
- Search by label: In Search, enter an existing label to view alerts matching the label. For example,
environment=production,region=~US|EU,severity!=warning - Filter alerts by state: In States, select from Active, Suppressed, or Unprocessed states to view alerts matching your selected state. All other alerts are hidden.