2022-05-26 23:06:25 +08:00
---
aliases:
2022-12-10 00:36:04 +08:00
- ../../features/panels/alertlist/
- ../../panels/visualizations/alert-list-panel/
- ../../reference/alertlist/
- ../../visualizations/alert-list-panel/
2022-05-26 23:06:25 +08:00
keywords:
- grafana
- alert list
- documentation
- panel
- alertlist
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2022-05-26 23:06:25 +08:00
title: Alert list
2023-12-13 04:27:29 +08:00
description: Configure options for Grafana's alert list visualization
2022-05-26 23:06:25 +08:00
weight: 100
2024-05-21 23:16:47 +08:00
refs:
grafana-alerting-overview:
2024-05-22 22:40:20 +08:00
- pattern: /docs/grafana/
destination: /docs/grafana/< GRAFANA_VERSION > /alerting/
2024-05-21 23:16:47 +08:00
- pattern: /docs/grafana-cloud/
destination: /docs/grafana-cloud/alerting-and-irm/alerting/
2024-12-09 23:35:49 +08:00
create-dashboard:
- pattern: /docs/grafana/
destination: /docs/grafana/< GRAFANA_VERSION > /dashboards/build-dashboards/create-dashboard/
- pattern: /docs/grafana-cloud/
destination: /docs/grafana-cloud/visualizations/dashboards/build-dashboards/create-dashboard/
alert-label:
- pattern: /docs/grafana/
destination: /docs/grafana/< GRAFANA_VERSION > /alerting/fundamentals/alert-rules/annotation-label/
- pattern: /docs/grafana-cloud/
destination: /docs/grafana-cloud/alerting-and-irm/alerting/fundamentals/alert-rules/annotation-label/
2022-05-26 23:06:25 +08:00
---
2020-05-12 03:12:04 +08:00
2021-06-03 22:42:02 +08:00
# Alert list
2020-05-12 03:12:04 +08:00
2024-06-12 02:57:03 +08:00
Alert lists allow you to display a list of important alerts that you want to track. You can configure the alert list to show the current state of your alert, such as firing, pending, or normal. Learn more about alerts in [Grafana Alerting overview ](ref:grafana-alerting-overview ).
2020-05-12 03:12:04 +08:00
2024-12-09 23:35:49 +08:00

2020-05-12 03:12:04 +08:00
2024-05-22 21:33:52 +08:00
On each dashboard load, this visualization queries the alert list, always providing the most up-to-date results.
2024-06-12 02:57:03 +08:00
{{< docs / play title = "Alert List" url = "https://play.grafana.org/d/bdodlcyou483ke/" > }}
2024-05-22 21:33:52 +08:00
## Configure an alert list
2024-12-09 23:35:49 +08:00
Once you’ ve [created a dashboard ](ref:create-dashboard ), the following video shows you how to configure an alert list visualization:
2024-05-22 21:33:52 +08:00
{{< youtube id = "o4rK7_AXZ9Y" > }}
2020-05-12 03:12:04 +08:00
2024-12-09 23:35:49 +08:00
## Configuration options
2024-05-03 02:17:23 +08:00
2024-12-09 23:35:49 +08:00
{{< docs / shared lookup = "visualizations/config-options-intro.md" source = "grafana" version = "<GRAFANA_VERSION>" > }}
2024-05-03 02:17:23 +08:00
2024-12-09 23:35:49 +08:00
### Panel options
2020-05-12 03:12:04 +08:00
2024-12-09 23:35:49 +08:00
{{< docs / shared lookup = "visualizations/panel-options.md" source = "grafana" version = "<GRAFANA_VERSION>" > }}
2024-08-31 00:19:43 +08:00
2024-12-09 23:35:49 +08:00
### Options
2024-08-31 00:19:43 +08:00
2024-12-09 23:35:49 +08:00
Use the following options to refine your alert list visualization.
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
<!-- prettier - ignore - start -->
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
| Option | Description |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| View mode | Choose between **List** to display alerts in a detailed list format with comprehensive information, or **Stat** to show alerts as a summarized single-value statistic. |
| Group mode | Choose between **Default grouping** to show alert instances grouped by their alert rule, or **Custom grouping** to show alert instances grouped by a custom set of labels. |
| Max items | Sets the maximum number of alerts to list. By default, Grafana sets this value to 10. |
| [Sort order ](#sort-order ) | Select how to order the alerts displayed. |
| Alerts linked to this dashboard | Toggle the switch on to only show alerts from the dashboard the alert list is in. |
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
<!-- prettier - ignore - end -->
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
#### Sort order
2024-05-22 21:33:52 +08:00
Select how to order the alerts displayed. Choose from:
2024-12-09 23:35:49 +08:00
- **Alphabetical (asc)** - Alphabetical order.
- **Alphabetical (desc)** - Reverse alphabetical order.
- **Importance** - By importance according to the following values, with 1 being the highest:
2024-05-22 21:33:52 +08:00
- alerting: 1
- firing: 1
- no_data: 2
- pending: 3
- ok: 4
- paused: 5
- inactive: 5
2024-12-09 23:35:49 +08:00
- **Time (asc)** - Newest active alert instances first.
- **Time (desc)** - Oldest active alert instances first.
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
### Filter options
2020-05-12 03:12:04 +08:00
These options allow you to limit alerts shown to only those that match the query, folder, or tags you choose.
2024-12-09 23:35:49 +08:00
<!-- prettier - ignore - start -->
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
| Option | Description |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| Alert name | Filter alerts by name. |
| Alert instance label | Filter alert instances using [label ](ref:alert-label ) querying. For example,`{severity="critical", instance=~"cluster-us-.+"}`. |
| Datasource | Filter alerts from the selected data source. |
| Folder | Filter alerts by the selected folder. Only alerts from dashboards in this folder are displayed. |
2024-12-12 00:38:32 +08:00
| Show alerts with 0 instances | Filter for alert rules with no instances. Alert rules with 0 (zero) instances are hidden by default. You can choose to show them by toggling this switch. Because these rules have no instances, they remain hidden if the **Alert instance label** filter is configured. |
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
### Alert state filter options
2024-05-22 21:33:52 +08:00
2024-12-09 23:35:49 +08:00
Choose which alert states to display in this visualization.
2020-05-12 03:12:04 +08:00
2024-12-09 23:35:49 +08:00
<!-- prettier - ignore - start -->
2020-05-12 03:12:04 +08:00
2024-12-09 23:35:49 +08:00
| Option | Description |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| Alerting / Firing | Shows alerts that are currently active and triggering an alert condition. |
| Pending | Shows alerts that are in a transitional state, waiting for conditions to be met before triggering. |
| No Data | Shows alerts where the data source is not returning any data, which could indicate an issue with data collection. |
| Normal | Shows alerts that are in a normal or resolved state, where no alert condition is currently met. |
| Error | Shows alerts where an error has occurred, typically related to an issue in the alerting process. |
2021-08-06 21:52:36 +08:00
2024-12-09 23:35:49 +08:00
<!-- prettier - ignore - end -->