From 6f67529a0aa6d354578a7908d11418a8d6aec5dc Mon Sep 17 00:00:00 2001 From: Tania Date: Thu, 9 Mar 2023 16:47:50 +0100 Subject: [PATCH] Docs: Add a note on uploading report branding logos (#64532) * Docs: Add a note on uploading report branding logos * Fix wording --- docs/sources/dashboards/create-reports/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/create-reports/index.md b/docs/sources/dashboards/create-reports/index.md index 7def573355e..3d11ae5e0cc 100644 --- a/docs/sources/dashboards/create-reports/index.md +++ b/docs/sources/dashboards/create-reports/index.md @@ -236,15 +236,17 @@ You can customize the branding options. Report branding: -- **Company logo URL:** Company logo displayed in the report PDF. Defaults to the Grafana logo. +- **Company logo:** Company logo displayed in the report PDF. It can be configured by specifying a URL, or by uploading a file. Defaults to the Grafana logo. Email branding: -- **Company logo URL:** Company logo displayed in the report PDF. Defaults to the Grafana logo. +- **Company logo:** Company logo displayed in the report email. It can be configured by specifying a URL, or by uploading a file. Defaults to the Grafana logo. - **Email footer:** Toggle to enable the report email footer. Select **Sent by** or **None**. - **Footer link text:** Text of the link in the report email footer. Defaults to `Grafana`. - **Footer link URL:** Link of the report email footer. +> Note: Currently, the API does not allow for the simultaneous upload of files with identical names for both the email logo and report logo. You can still upload the same file for each logo separately in two distinct steps. + ## Troubleshoot reporting To troubleshoot and get more log information, enable debug logging in the configuration file. Refer to [Configuration]({{< relref "../../setup-grafana/configure-grafana/#filters" >}}) for more information.