From cd8f6a59b9203a31bd4a73fa38f1753e1c5a260a Mon Sep 17 00:00:00 2001 From: Ieva Date: Mon, 24 Apr 2023 11:38:58 +0100 Subject: [PATCH] Docs: add support bundle section to the config snippet (#67059) add support bundle section to the config snippet --- docs/sources/troubleshooting/support-bundles/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/troubleshooting/support-bundles/index.md b/docs/sources/troubleshooting/support-bundles/index.md index ff5d794d3c5..8d4a41d2c49 100644 --- a/docs/sources/troubleshooting/support-bundles/index.md +++ b/docs/sources/troubleshooting/support-bundles/index.md @@ -57,9 +57,10 @@ To generate a support bundle and send the support bundle to Grafana Labs via a s ## Support bundle configuration -You can configure the following settings for support bundles: +You can configure the following settings for support bundles in the Grafana configuration file: ```ini +[support_bundles] # Enable support bundle creation (default: true) enabled = true # Only server admins can generate and view support bundles. When set to false, organization admins can generate and view support bundles (default: true)