From 27a4dd8765dd8f9b3ae60ceb30772b74889bd9b8 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 10 Oct 2022 06:44:41 -0400 Subject: [PATCH] Docs: changes alert groupings to groups (#56617) (#56627) * Docs: changes alert groupings to groups * One more alert grouping (cherry picked from commit a84edb274b9a8aa58266180d05b90a6a6ddbce86) Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> --- docs/sources/alerting/alert-groups/view-alert-grouping.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/alerting/alert-groups/view-alert-grouping.md b/docs/sources/alerting/alert-groups/view-alert-grouping.md index f92a90087ca..6a770bdfd29 100644 --- a/docs/sources/alerting/alert-groups/view-alert-grouping.md +++ b/docs/sources/alerting/alert-groups/view-alert-grouping.md @@ -9,16 +9,16 @@ keywords: - alerting - alerts - groups -title: View alert groupings +title: View alert groups weight: 445 --- -# View alert groupings +# View alert groups -To view alert groupings: +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 grouping** to open the page listing existing groups. +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.