mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting docs: improve visibility on the distinct options to edit provisioned resources (#83839)
Alerting docs: specify the distinct options to edit provisioned resources
This commit is contained in:
parent
c9ac6dd3e7
commit
019c9618f0
@ -33,8 +33,10 @@ Choose from the options below to import (or provision) your Grafana Alerting res
|
|||||||
1. [Use configuration files to provision your alerting resources][alerting_file_provisioning], such as alert rules and contact points, through files on disk.
|
1. [Use configuration files to provision your alerting resources][alerting_file_provisioning], such as alert rules and contact points, through files on disk.
|
||||||
|
|
||||||
{{< admonition type="note" >}}
|
{{< admonition type="note" >}}
|
||||||
Provisioning with configuration files is not available in Grafana Cloud.
|
|
||||||
{{< /admonition >}}
|
- You cannot edit provisioned resources from files in the Grafana UI.
|
||||||
|
- Provisioning with configuration files is not available in Grafana Cloud.
|
||||||
|
{{< /admonition >}}
|
||||||
|
|
||||||
1. Use [Terraform to provision alerting resources][alerting_tf_provisioning].
|
1. Use [Terraform to provision alerting resources][alerting_tf_provisioning].
|
||||||
|
|
||||||
|
@ -20,7 +20,19 @@ weight: 300
|
|||||||
|
|
||||||
# Export alerting resources
|
# Export alerting resources
|
||||||
|
|
||||||
Export your alerting resources, such as alert rules, contact points, and notification policies for provisioning, automatically importing single folders and single groups. Use the [Grafana UI](#export-from-the-grafana-ui) or the [HTTP Alerting API](#http-alerting-api) to export these resources.
|
Export your alerting resources, such as alert rules, contact points, and notification policies for provisioning, automatically importing single folders and single groups.
|
||||||
|
|
||||||
|
There are distinct methods to export your alerting resources:
|
||||||
|
|
||||||
|
- [Grafana UI](#export-from-the-grafana-ui) exports in Terraform format and YAML or JSON formats for file provisioning.
|
||||||
|
- [HTTP Alerting API](#http-alerting-api) exports in JSON API format used by the HTTP Alerting API.
|
||||||
|
- [HTTP Alerting API - Export endpoints](#export-api-endpoints) exports in YAML or JSON formats for file provisioning.
|
||||||
|
|
||||||
|
{{< admonition type="note" >}}
|
||||||
|
Alerting resources imported through [file provisioning](/docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/file-provisioning) cannot be edited in the Grafana UI. This prevents changes made in the UI from being overridden by file provisioning during Grafana restarts.
|
||||||
|
|
||||||
|
If you need to modify provisioned alerting resources in Grafana, refer to [edit HTTP API alerting resources in the Grafana UI](/docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/http-api-provisioning#edit-resources-in-the-grafana-ui) or to [edit Terraform alerting resources in the Grafana UI](/docs/grafana/<GRAFANA_VERSION>/alerting/set-up/provision-alerting-resources/terraform-provisioning#enable-editing-resources-in-the-grafana-ui).
|
||||||
|
{{< /admonition >}}
|
||||||
|
|
||||||
## Export from the Grafana UI
|
## Export from the Grafana UI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user