From b746b63036046b95702c5681db35b18f6a895f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 8 Jul 2015 10:52:50 +0200 Subject: [PATCH] Updated config docs with info about [dashboards.json] section , #2302 --- docs/sources/installation/configuration.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index cd4b4d2027673..69142d57eb88b 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -32,10 +32,10 @@ should be upper case, `.` should be replaced by `_`. For example, given these co [security] admin_user = admin - + [auth.google] client_secret = 0ldS3cretKey - + Then you can override that using: @@ -367,3 +367,14 @@ enabled. Counters are sent every 24 hours. Default value is `true`. If you want to track Grafana usage via Google analytics specify *your* Universal Analytics ID here. By default this feature is disabled. + +## [dashboards.json] + +If you have a system that automatically builds dashboards as json files you can enable this feature to have the +Grafana backend index those json dashboards which will make them appear in regular dashboard search. + +### enabled +`true` or `false`. Is disabled by default. + +### path +The full path to a directory containing your json dashboards.