mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:32:13 +08:00
25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
+++
|
|
title = "Alert notification templating"
|
|
keywords = ["grafana", "documentation", "alerting", "alerts", "notification", "templating"]
|
|
weight = 110
|
|
aliases = ["/docs/grafana/latest/alerting/add-notification-template/"]
|
|
+++
|
|
|
|
# Alert notification templating
|
|
|
|
You can provide detailed information to alert notification recipients by injecting alert query data into an alert notification. This topic explains how you can use alert query labels in alert notifications.
|
|
|
|
Labels that exist from the evaluation of the alert query can be used in the alert rule name and in the alert notification message fields. The alert label data is injected into the notification fields when the alert is in the alerting state. When there are multiple unique values for the same label, the values are comma-separated.
|
|
|
|
This topic explains how you can use alert query labels in alert notifications.
|
|
|
|
## Adding alert label data into your alert notification
|
|
|
|
1. Navigate to the panel you want to add or edit an alert rule for.
|
|
1. Click on the panel title, and then click **Edit**.
|
|
1. On the Alert tab, click **Create Alert**. If an alert already exists for this panel, then you can edit the alert directly.
|
|
1. Refer to the alert query labels in the alert rule name and/or alert notification message field by using the `${Label}` syntax.
|
|
1. Click **Save** in the upper right corner to save the alert rule and the dashboard.
|
|
|
|

|