2022-05-26 10:06:25 -05:00
---
aliases:
- /docs/grafana/latest/features/panels/alertlist/
- /docs/grafana/latest/panels/visualizations/alert-list-panel/
- /docs/grafana/latest/reference/alertlist/
- /docs/grafana/latest/visualizations/alert-list-panel/
keywords:
- grafana
- alert list
- documentation
- panel
- alertlist
title: Alert list
weight: 100
---
2020-05-11 14:12:04 -05:00
2021-06-03 09:42:02 -05:00
# Alert list
2020-05-11 14:12:04 -05:00
2022-06-08 08:23:16 -05:00
Use Alert list to display your alerts. You can configure the list to show the current state or recent state changes. You can read more about alerts in [Grafana Alerting overview ]({{< relref "../alerting/" >}} ).
2020-05-11 14:12:04 -05:00
2022-06-08 08:23:16 -05:00
{{< figure src = "/static/img/docs/alert-list-panel/alert-list-panel.png" max-width = "850px" > }}
2020-05-11 14:12:04 -05:00
2022-06-08 08:23:16 -05:00
Customize your visualization using the following settings.
2020-05-11 14:12:04 -05:00
2020-06-30 15:36:00 -05:00
## Options
2020-05-11 14:12:04 -05:00
2022-06-08 08:23:16 -05:00
- **Group mode -** Choose between "Default grouping" to show alert instances grouped by their alert rule, or "Custom grouping" to group alert instances by a custom set of labels.
2020-05-11 14:12:04 -05:00
- **Max Items -** Sets the maximum number of alerts to list.
- **Sort order -** Select how to order the alerts displayed:
- **Alphabetical (asc) -** Alphabetical order.
- **Alphabetical (desc) -** Reverse alphabetical order.
- **Importance -** By importance according to the following values, with 1 being the highest:
- alerting: 1
2022-06-08 08:23:16 -05:00
- firing: 1
2020-05-11 14:12:04 -05:00
- no_data: 2
- pending: 3
- ok: 4
- paused: 5
2022-06-08 08:23:16 -05:00
- inactive: 5
- **Time (asc) -** Newest active alert instances first.
- **Time (desc) -** Oldest active alert instances first.
2020-05-11 14:12:04 -05:00
- **Alerts from this dashboard -** Shows alerts only from the dashboard the alert list is in.
2020-06-30 15:36:00 -05:00
## Filter
2020-05-11 14:12:04 -05:00
These options allow you to limit alerts shown to only those that match the query, folder, or tags you choose.
- **Alert name -** Enter an alert name query.
2022-06-08 08:23:16 -05:00
- **Alert instance label -** Filter alert instances using label querying, ex: `{severity="critical", instance=~"cluster-us-.+"}` .
2020-05-11 14:12:04 -05:00
- **Folder -** Select a folder. Only alerts from dashboards in the folder selected will be displayed.
2022-06-08 08:23:16 -05:00
- **Datasource -** Filter alerts from the selected data source.
2020-05-11 14:12:04 -05:00
2020-06-30 15:36:00 -05:00
## State filter
2020-05-11 14:12:04 -05:00
2020-05-15 15:58:39 -05:00
Choose which alert states to display in this panel.
2021-08-06 08:52:36 -05:00
2022-06-08 08:23:16 -05:00
- Alerting / Firing
2020-05-11 14:12:04 -05:00
- Pending
2022-06-08 08:23:16 -05:00
- No Data
- Normal
- Error