mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/alerting/alert-groups/
|
|
- /docs/grafana/latest/alerting/alert-groups/view-alert-grouping/
|
|
- /docs/grafana/latest/alerting/unified-alerting/alert-groups/
|
|
description: Alert groups
|
|
keywords:
|
|
- grafana
|
|
- alerting
|
|
- alerts
|
|
- groups
|
|
title: View alert groups
|
|
weight: 445
|
|
---
|
|
|
|
# View alert groups
|
|
|
|
To view alert groups:
|
|
|
|
1. In the Grafana menu, click the **Alerting** (bell) icon to open the Alerting page listing existing alerts.
|
|
1. Click **Alert groups** to open the page listing existing groups.
|
|
1. From the **Alertmanager** drop-down, select an external Alertmanager as your data source. By default, the `Grafana` Alertmanager is selected.
|
|
1. 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.
|