Files
grafana/docs/sources/alerting/alert-groups/view-alert-grouping.md
T
Jack Baldry 3c68684dd2 [v9.2.x] Use relative aliases for all non-current Grafana aliases (#60113)
* Use relative aliases for all non-current Grafana aliases

Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.

The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-12 08:23:37 -04:00

1.3 KiB

aliases, description, keywords, title, weight
aliases description keywords title weight
../unified-alerting/alert-groups/
./
Alert groups
grafana
alerting
alerts
groups
View alert groups 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.
  2. Click Alert groups to open the page listing existing groups.
  3. From the Alertmanager drop-down, select an external Alertmanager as your data source. By default, the Grafana Alertmanager is selected.
  4. 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.