From 1d3b8e25ce52cd73de185f2c6bb206332f8ed7c8 Mon Sep 17 00:00:00 2001 From: Alexandre de Verteuil Date: Tue, 6 Nov 2018 15:41:37 -0500 Subject: [PATCH] Fix typo in docs/sources/reference/scripting.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change: > In the folder grafana install folder under `public/dashboards/` there is a file named `scripted.js`. …to: > In the grafana install folder under `public/dashboards/` there is a file named `scripted.js`. --- docs/sources/reference/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/scripting.md b/docs/sources/reference/scripting.md index 7f218765d39..12ab91f3c3c 100644 --- a/docs/sources/reference/scripting.md +++ b/docs/sources/reference/scripting.md @@ -12,7 +12,7 @@ weight = 9 If you have lots of metric names that change (new servers etc) in a defined pattern it is irritating to constantly have to create new dashboards. -With scripted dashboards you can dynamically create your dashboards using javascript. In the folder grafana install folder +With scripted dashboards you can dynamically create your dashboards using javascript. In the grafana install folder under `public/dashboards/` there is a file named `scripted.js`. This file contains an example of a scripted dashboard. You can access it by using the url: `http://grafana_url/dashboard/script/scripted.js?rows=3&name=myName`