The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/alerting/manage-notifications/view-alert-groups.md

1.8 KiB

aliases description keywords title weight
[-docs/grafana/latest/alerting/manage-notifications/view-alert-groups/ ../alert-groups/ ../alert-groups/filter-alerts/ ../alert-groups/view-alert-grouping/ ../unified-alerting/alert-groups/] Alert groups [grafana alerting alerts groups] View and filter by alert groups 800

View and filter by alert groups

Alert groups show grouped alerts from an Alertmanager instance. By default, alert rules are grouped by the label keys for the default policy in notification policies. Grouping common alert rules into a single alert group prevents duplicate alert rules from being fired.

You can view alert groups and also filter for alert rules that match specific criteria.

View alert groups

To view alert groups, complete the following steps.

  1. In the left-side menu, click Alerts & incidents and then Alerting.
  2. Click Groups to view the list of existing groups.
  3. From the Alertmanager dropdown, select an external Alertmanager as your data source. By default, the Grafana Alertmanager is selected.
  4. From Custom group by dropdown, 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 default 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 filter by label or state.

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 by state

In States, select from Active, Suppressed, or Unprocessed states to view alerts matching your selected state. All other alerts are hidden.