From e6f7ad143a78b55fdbd6acc2869662ed5932d8fe Mon Sep 17 00:00:00 2001 From: Denis <7009699+someden@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:31:33 +0300 Subject: [PATCH] Docs: add description for refresh and regex options in templating (#79441) --- .../build-dashboards/view-dashboard-json-model/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md b/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md index ad047aa4c90..7572f895af3 100644 --- a/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md +++ b/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md @@ -243,8 +243,8 @@ Usage of the above mentioned fields in the templating section is explained below | **name** | name of variable | | **options** | array of variable text/value pairs available for selection on dashboard | | **query** | data source query used to fetch values for a variable | -| **refresh** | | -| **regex** | | +| **refresh** | configures when to refresh a variable | +| **regex** | extracts part of a series name or metric node segment | | **type** | type of variable, i.e. `custom`, `query` or `interval` | {{% docs/reference %}}