|
|
@@ -0,0 +1,27 @@
|
|
|
++++
|
|
|
+title = "Alert List"
|
|
|
+keywords = ["grafana", "alert list", "documentation", "panel", "alertlist"]
|
|
|
+type = "docs"
|
|
|
+aliases = ["/reference/alertlist/"]
|
|
|
+[menu.docs]
|
|
|
+name = "Alert list"
|
|
|
+parent = "panels"
|
|
|
+weight = 4
|
|
|
++++
|
|
|
+
|
|
|
+
|
|
|
+# Alert List Panel
|
|
|
+
|
|
|
+{{< docs-imagebox img="/img/docs/v45/alert-list-panel.png" max-width="700px" >}}
|
|
|
+
|
|
|
+The alert list panel allows you to display your dashbords alerts. The list can be configured to show current state or recent state changes. You can read more about alerts [here](http://docs.grafana.org/alerting/rules).
|
|
|
+
|
|
|
+## Alert List Options
|
|
|
+
|
|
|
+{{< docs-imagebox img="/img/docs/v45/alert-list-options.png" max-width="600px" class="docs-image--no-shadow">}}
|
|
|
+
|
|
|
+1. `Show`: Lets you choose between current state or recent state changes.
|
|
|
+2. `Max Items`: Max items set the maximum of items in a list.
|
|
|
+3. `Sort Order`: Lets you sort your list alphabeticaly(asc/desc) or by importance.
|
|
|
+4. `Alerts From This Dashboard`: Shows alerts only from the dashboard the alert list is in.
|
|
|
+5. `State Filter`: Here you can filter your list by one or more parameters.
|