From e33573d786ecc2ea90d162734d9176417227d1e3 Mon Sep 17 00:00:00 2001 From: Andres Martinez Gotor Date: Wed, 23 Oct 2024 10:31:53 +0200 Subject: [PATCH] Docs: Rewording prune setting when provisioning datasources (#95059) Co-authored-by: Jack Baldry --- docs/sources/administration/provisioning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/provisioning/index.md b/docs/sources/administration/provisioning/index.md index 4c1cb9df1d4..54ab80dba58 100644 --- a/docs/sources/administration/provisioning/index.md +++ b/docs/sources/administration/provisioning/index.md @@ -81,7 +81,7 @@ The configuration file can also list data sources to automatically delete, calle Grafana deletes the data sources listed in `deleteDatasources` _before_ adding or updating those in the `datasources` list. You can configure Grafana to automatically delete provisioned data sources when they're removed from the provisioning file. -To do so, add `prune: true` to the root of your provisioning file. +To do so, add `prune: true` to the root of your data source provisioning file. With this configuration, Grafana also removes the provisioned data sources if you remove the provisioning file entirely. ### Running multiple Grafana instances