mirror of https://github.com/grafana/grafana
Alerting docs: separates doc on create alerts from panels (#92131)
* Alerting docs: separates doc on create alerts from panels * deletes previous panel section * adds time series limitation and play link * removes play from old topic * ran prettier * removed play shortcode, typo * adds feedback from gilles --------- Co-authored-by: tonypowa <tonypowa@gmail.com>pull/92230/head
parent
e675455502
commit
02c820382d
@ -0,0 +1,45 @@ |
|||||||
|
--- |
||||||
|
canonical: https://grafana.com/docs/grafana/latest/alerting/alerting-rules/create-alerts-panels/ |
||||||
|
description: Create alert rules from panels. Reuse the queries in the panel and create alert rules based on them. |
||||||
|
keywords: |
||||||
|
- grafana |
||||||
|
- alerting |
||||||
|
- panels |
||||||
|
- create |
||||||
|
- grafana-managed |
||||||
|
- data source-managed |
||||||
|
labels: |
||||||
|
products: |
||||||
|
- cloud |
||||||
|
- enterprise |
||||||
|
- oss |
||||||
|
title: Create alert rules from panels |
||||||
|
weight: 400 |
||||||
|
--- |
||||||
|
|
||||||
|
## Create alert rules from panels |
||||||
|
|
||||||
|
Create alert rules from time series panels. By doing so, you can reuse the queries in the panel and create alert rules based on them. |
||||||
|
|
||||||
|
1. Navigate to a dashboard in the **Dashboards** section. |
||||||
|
2. Hover over the top-right corner of a time series panel and click the panel menu icon. |
||||||
|
3. From the dropdown menu, select **More...** > **New alert rule**. |
||||||
|
|
||||||
|
The New alert rule form opens where you can configure and create your alert rule based on the query used in the panel. |
||||||
|
|
||||||
|
{{% admonition type="note" %}} |
||||||
|
Changes to the panel aren't reflected on the linked alert rules. If you change a query, you have to update it in both the panel and the alert rule. |
||||||
|
|
||||||
|
Alert rules are only supported in [time series](ref:time-series) visualizations. |
||||||
|
{{% /admonition %}} |
||||||
|
|
||||||
|
{{< docs/play title="visualizations with linked alerts in Grafana" url="https://play.grafana.org/d/000000074/" >}} |
||||||
|
|
||||||
|
## View alert rules from panels |
||||||
|
|
||||||
|
To view alert rules associated with a time series panel, complete the following steps. |
||||||
|
|
||||||
|
1. Open the panel editor by hovering over the top-right corner of any panel |
||||||
|
1. Click the panel menu icon that appears. |
||||||
|
1. Click **Edit**. |
||||||
|
1. Click the **Alert** tab to view existing alert rules or create a new one. |
||||||
Loading…
Reference in new issue