Docs: export dashboard as PDF (#22746)
* Docs: export dashboard as PDF * Update docs/sources/enterprise/_index.md Co-Authored-By: Leonard Gram <leo@xlson.com> Co-authored-by: Leonard Gram <leo@xlson.com>
This commit is contained in:
@@ -50,6 +50,10 @@ Supported auth providers:
|
||||
|
||||
[Reporting]({{< relref "reporting.md" >}}) allows you to take any dashboard, generate a PDF report, and set up a schedule to have it emailed to whoever you choose.
|
||||
|
||||
## Export dashboard as PDF
|
||||
|
||||
[Export dashboard as PDF]({{< relref "export-pdf.md" >}}) allows you to export a dashboard as a PDF document.
|
||||
|
||||
## White labeling
|
||||
|
||||
[White labeling]({{< relref "white-labeling.md" >}}) allows you to replace the Grafana brand and logo with your own corporate brand and logo. You can also change footer links to point to your custom resources.
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
+++
|
||||
title = "Export dashboard as PDF"
|
||||
description = ""
|
||||
keywords = ["grafana", "export", "pdf", "share"]
|
||||
type = "docs"
|
||||
[menu.docs]
|
||||
parent = "enterprise"
|
||||
weight = 900
|
||||
+++
|
||||
|
||||
# Export dashboard as PDF
|
||||
|
||||
Export dashboard as PDF allows you to generate PDFs from any of your dashboards and save it to file.
|
||||
|
||||
> Only available in Grafana Enterprise v6.7+.
|
||||
|
||||
## Generating dashboard PDF
|
||||
|
||||
Dashboard can be exported to PDF from **Share dashboard** menu.
|
||||
|
||||
1. Click on the share icon in the dashboard menu.
|
||||
1. Go to PDF tab.
|
||||
1. Select the layout option for exported dashboard. By default it is set to **Portrait** but it's also possible to select **Landscape**.
|
||||
1. Click **Save as PDF** to render dashboard as a PDF document and save it.
|
||||
Reference in New Issue
Block a user