From 96407c0779ffe6bb887b61c5b9dbd32a5d610b4e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:27:58 -0400 Subject: [PATCH] [v10.1.x] Docs: update Grafana Play InfluxDB templated dashboard link (#75922) Docs: update Grafana Play InfluxDB templated dashboard link (#75919) Updated grafana play link (cherry picked from commit 39747c808e3d3b31ab0c68b40f9157e4a0afa465) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../dashboards/variables/add-template-variables/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/variables/add-template-variables/index.md b/docs/sources/dashboards/variables/add-template-variables/index.md index dd3482a7bc7..f42fde8c2d2 100644 --- a/docs/sources/dashboards/variables/add-template-variables/index.md +++ b/docs/sources/dashboards/variables/add-template-variables/index.md @@ -356,7 +356,7 @@ Extremely complex linked templated dashboards are possible, 5 or 10 levels deep. The following Grafana Play dashboards contain fairly simple chained variables, only two layers deep. To view the variables and their settings, click **Dashboard settings** (gear icon) and then click **Variables**. Both examples are expanded in the following section. - [Graphite Templated Nested](https://play.grafana.org/d/000000056/graphite-templated-nested?orgId=1&var-app=country&var-server=All&var-interval=1h) -- [InfluxDB Templated](https://play.grafana.org/d/000000002/influxdb-templated?orgId=1) +- [InfluxDB Templated](https://play.grafana.org/d/e7bad3ef-db0c-4bbd-8245-b85c0b2ca2b9/influx-2-73a-hourly-electric-grid-monitor-for-us?orgId=1&refresh=1m) ### Examples explained @@ -430,7 +430,7 @@ apps.fakesite.web_server_01.cpu.* #### InfluxDB example -In this example, you have several data centers. Each data center has a different subset of hosts. It is based on the [InfluxDB Templated](https://play.grafana.org/d/000000002/influxdb-templated?orgId=1) dashboard. +In this example, you have several data centers. Each data center has a different subset of hosts. It is based on the [InfluxDB Templated](https://play.grafana.org/d/e7bad3ef-db0c-4bbd-8245-b85c0b2ca2b9/influx-2-73a-hourly-electric-grid-monitor-for-us?orgId=1&refresh=1m) dashboard. In this example, when the user changes the value of the `datacenter` variable, it changes the dropdown options returned by the `host` variable. The `host` variable uses the **Multi-value** option and **Include all option**, allowing users to select some or all options presented at any time. The `datacenter` does not use either option, so you can only select one data center at a time.