Files
grafana/docs/sources/enterprise/export-pdf.md
T
Jack Baldry 4cacab01f4 [v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases (#60062) (#61032)
* Use relative aliases for all non-current Grafana aliases

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-05 14:29:40 +00:00

600 B

description, keywords, title, weight
description keywords title weight
grafana
export
pdf
share
Export dashboard as PDF 1400

Export dashboard as PDF

You can generate PDFs from any of your dashboards and save it to file.

Only available in Grafana Enterprise v6.7+.

  1. In the upper right corner of the dashboard that you want to export as PDF, click the Share dashboard icon.
  2. On the PDF tab, select the layout option for exported dashboard: Portrait or Landscape.
  3. Click Save as PDF to render dashboard as a PDF document. Grafana opens the PDF in a new window or browser tab.