From 66def25c6d82a4a54c938e6d37f2f3df87ac2098 Mon Sep 17 00:00:00 2001 From: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com> Date: Wed, 14 Oct 2020 11:23:06 +0530 Subject: [PATCH] Docs: Change grafana to Grafana (#28243) Hi - There is minor change grafana to Grafana in scripted-dashboards page. Thanks, Ashish --- docs/sources/dashboards/scripted-dashboards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/dashboards/scripted-dashboards.md b/docs/sources/dashboards/scripted-dashboards.md index cfcceaceba6..445e86c6ffa 100644 --- a/docs/sources/dashboards/scripted-dashboards.md +++ b/docs/sources/dashboards/scripted-dashboards.md @@ -14,7 +14,7 @@ weight = 1500 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 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`