diff --git a/docs/sources/administration/roles-and-permissions/access-control/_index.md b/docs/sources/administration/roles-and-permissions/access-control/_index.md index dacbc687d91..e79a816d1ee 100644 --- a/docs/sources/administration/roles-and-permissions/access-control/_index.md +++ b/docs/sources/administration/roles-and-permissions/access-control/_index.md @@ -88,7 +88,7 @@ Assign fixed roles when the basic roles do not meet your permission requirements - [Licenses]({{< relref "../../stats-and-license/" >}}) - [Organizations]({{< relref "../../organization-management/" >}}) - [Provisioning]({{< relref "../../provisioning/" >}}) -- [Reports]({{< relref "../../../panels/create-reports/" >}}) +- [Reports]({{< relref "../../../dashboards/create-reports/" >}}) - [Roles]({{< relref "../../" >}}) - [Settings]({{< relref "../../../enterprise/settings-updates/" >}}) - [Service accounts]({{< relref "../../service-accounts/" >}}) diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index 814d41b137f..b8e5438b9c5 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -21,7 +21,7 @@ Before you begin, ensure that you have configured a data source. See also: - [Public dashboards]({{< relref "dashboard-public/" >}}) - [Annotations]({{< relref "annotations/" >}}) - [Playlist]({{< relref "./create-manage-playlists/" >}}) -- [Reporting]({{< relref "../share-dashboards-panels#reporting" >}}) +- [Reporting]({{< relref "./create-reports" >}}) - [Time range controls]({{< relref "./manage-dashboards/#common-time-range-controls" >}}) - [Dashboard version history]({{< relref "dashboard-history/" >}}) - [Dashboard export and import]({{< relref "./manage-dashboards/#export-and-import-dashboards" >}}) diff --git a/docs/sources/panels/create-reports/index.md b/docs/sources/dashboards/create-reports/index.md similarity index 97% rename from docs/sources/panels/create-reports/index.md rename to docs/sources/dashboards/create-reports/index.md index 4796c889861..0566a83d0b1 100644 --- a/docs/sources/panels/create-reports/index.md +++ b/docs/sources/dashboards/create-reports/index.md @@ -5,8 +5,10 @@ aliases: - /docs/grafana/latest/administration/reports/ - /docs/grafana/latest/dashboards/reporting/ - /docs/grafana/latest/enterprise/export-pdf/ + - /docs/grafana/latest/panels/create-reports + - /docs/grafana/latest/dashboards/create-reports title: Create and manage reports -menuTitle: Create and manage reports +menuTitle: Reporting weight: 85 keywords: - grafana @@ -37,7 +39,7 @@ When [RBAC]({{< relref "../../administration/roles-and-permissions/access-contro ## Create or update a report -Only organization admins can create reports by default. You can customize who can create reports with [Role-based access control]({{< relref "../../administration/roles-and-permissions/access-control/" >}}). +Only organization administrators can create reports by default. You can customize who can create reports with [Role-based access control]({{< relref "../../administration/roles-and-permissions/access-control/" >}}). 1. Click on the Reports icon in the side navigation menu. @@ -104,7 +106,7 @@ By default, reports use the saved time range of the dashboard. You can change th The page header of the report displays the time range for the dashboard's data queries. Dashboards set to use the browser's time zone use the time zone on the Grafana server. -If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "../../dashboards/manage-dashboards/#dashboard-time-settings" >}}). +If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "./manage-dashboards/#dashboard-time-settings" >}}). ### Layout and orientation diff --git a/docs/sources/developers/http_api/reporting.md b/docs/sources/developers/http_api/reporting.md index 0c13f009d44..12ffa51ed33 100644 --- a/docs/sources/developers/http_api/reporting.md +++ b/docs/sources/developers/http_api/reporting.md @@ -13,7 +13,7 @@ title: Reporting API # Reporting API -This API allows you to interact programmatically with the [Reporting]({{< relref "../../panels/create-reports/" >}}) feature. +This API allows you to interact programmatically with the [Reporting]({{< relref "../../dashboards/create-reports/" >}}) feature. > Reporting is only available in Grafana Enterprise. Read more about [Grafana Enterprise]({{< relref "../../enterprise/" >}}). diff --git a/docs/sources/enterprise/_index.md b/docs/sources/enterprise/_index.md index e33d894e4bf..7fc71e45581 100644 --- a/docs/sources/enterprise/_index.md +++ b/docs/sources/enterprise/_index.md @@ -61,8 +61,8 @@ Grafana Enterprise adds the following features: - [Role-based access control]({{< relref "../administration/roles-and-permissions/access-control/" >}}) to control access with role-based permissions. - [Data source permissions]({{< relref "../administration/data-source-management/" >}}) to restrict query access to specific teams and users. - [Data source query caching]({{< relref "query-caching/" >}}) to temporarily store query results in Grafana to reduce data source load and rate limiting. -- [Reporting]({{< relref "../panels/create-reports/" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whoever you choose. -- [Export dashboard as PDF]({{< relref "../panels/create-reports/#export-dashboard-as-pdf" >}}) +- [Reporting]({{< relref "../dashboards/create-reports/" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whoever you choose. +- [Export dashboard as PDF]({{< relref "../dashboards/create-reports/#export-dashboard-as-pdf" >}}) - [Custom branding]({{< relref "../setup-grafana/configure-grafana/configure-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. - [Usage insights]({{< relref "../dashboards/assess-dashboard-usage/" >}}) to understand how your Grafana instance is used. - [Vault integration]({{< relref "../setup-grafana/configure-security/configure-database-encryption/integrate-with-hashicorp-vault/" >}}) to manage your configuration or provisioning secrets with Vault. diff --git a/docs/sources/introduction/grafana-enterprise.md b/docs/sources/introduction/grafana-enterprise.md index 5f1b3ad2b00..f23c7b0d632 100644 --- a/docs/sources/introduction/grafana-enterprise.md +++ b/docs/sources/introduction/grafana-enterprise.md @@ -52,7 +52,7 @@ Grafana Enterprise adds the following features: - [Role-based access control]({{< relref "../administration/roles-and-permissions/access-control/" >}}) to control access with role-based permissions. - [Data source permissions]({{< relref "../administration/data-source-management#data-source-permissions" >}}) to restrict query access to specific teams and users. - [Data source query caching]({{< relref "../enterprise/query-caching.md" >}}) to temporarily store query results in Grafana to reduce data source load and rate limiting. -- [Reporting]({{< relref "../share-dashboards-panels#reporting" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whomever you choose. +- [Reporting]({{< relref "../dashboards/create-reports/" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whomever you choose. - [Export dashboard as PDF]({{< relref "../share-dashboards-panels/#export-dashboard-as-pdf" >}}) - [Custom branding]({{< relref "../setup-grafana/configure-grafana/configure-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. - [Usage insights]({{< relref "../dashboards/assess-dashboard-usage/" >}}) to understand how your Grafana instance is used. diff --git a/docs/sources/setup-grafana/image-rendering/_index.md b/docs/sources/setup-grafana/image-rendering/_index.md index 105fce0909b..03272cfd9aa 100644 --- a/docs/sources/setup-grafana/image-rendering/_index.md +++ b/docs/sources/setup-grafana/image-rendering/_index.md @@ -15,7 +15,7 @@ weight: 1000 # Set up image rendering -Grafana supports automatic rendering of panels as PNG images. This allows Grafana to automatically generate images of your panels to include in [alert notifications]({{< relref "../../alerting/notifications/" >}}), [PDF export]({{< relref "../../panels/create-reports/#export-dashboard-as-pdf" >}}), and [Reporting]({{< relref "../../panels/create-reports/" >}}). PDF Export and Reporting are available only in [Grafana Enterprise]({{< relref "../../enterprise/" >}}). +Grafana supports automatic rendering of panels as PNG images. This allows Grafana to automatically generate images of your panels to include in [alert notifications]({{< relref "../../alerting/notifications/" >}}), [PDF export]({{< relref "../../dashboards/create-reports/#export-dashboard-as-pdf" >}}), and [Reporting]({{< relref "../../dashboards/create-reports/" >}}). PDF Export and Reporting are available only in [Grafana Enterprise]({{< relref "../../enterprise/" >}}). > **Note:** Image rendering of dashboards is not supported at this time.