From dd3bbbe3176e1405964a0131c8361be884c5015c Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Thu, 14 Nov 2024 10:32:01 -0300 Subject: [PATCH] Docs: Add allow list email domain configuration (#95882) --- docs/sources/dashboards/create-reports/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/dashboards/create-reports/index.md b/docs/sources/dashboards/create-reports/index.md index efdf394eedc..60e26fca937 100644 --- a/docs/sources/dashboards/create-reports/index.md +++ b/docs/sources/dashboards/create-reports/index.md @@ -328,6 +328,8 @@ font_regular = DejaVuSansCondensed.ttf font_bold = DejaVuSansCondensed-Bold.ttf # Name of the TrueType font file with italic style font_italic = DejaVuSansCondensed-Oblique.ttf +# Allowed domains to receive reports. Use * to allow all domains. Use a comma-separated list to allow multiple domains. Example: allowed_domains = grafana.com, example.org +allowed_domains = * ``` ## Report settings