From c3e1955792fc85bea98925b54fd22840be354586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 23 Jun 2016 13:21:30 +0200 Subject: [PATCH] docs(): updated export docs --- docs/sources/reference/export_import.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sources/reference/export_import.md b/docs/sources/reference/export_import.md index 57a80a0b88a..40360ba8db7 100644 --- a/docs/sources/reference/export_import.md +++ b/docs/sources/reference/export_import.md @@ -14,6 +14,14 @@ The export feature is accessed from the share menu. +### Making a dashboard portable + +If you want to export a dashboard for others to use then it could be a good idea to +add template variables for things like a metric prefix (use contant variable) and server name. + +A template varible of the type `Constant` will automatically be hidden in +the dashboard, and will also be added as an required input when the dashboard is imported. + ## Importing a dashboard To import a dasbhoard open dashboard search and then hit the import button.