From 4136a3d4fbaea8d4959bb7bd37ed69c6b6347694 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:27:37 +0000 Subject: [PATCH] [release-12.3.2] Use a valid regex for Custom all value (#116298) Co-authored-by: chencs --- .../dashboards/variables/add-template-variables/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/visualizations/dashboards/variables/add-template-variables/index.md b/docs/sources/visualizations/dashboards/variables/add-template-variables/index.md index 69dbf4a2547..d7c307cc1af 100644 --- a/docs/sources/visualizations/dashboards/variables/add-template-variables/index.md +++ b/docs/sources/visualizations/dashboards/variables/add-template-variables/index.md @@ -145,7 +145,7 @@ To create a variable, follow these steps: - Variable drop-down lists are displayed in the order in which they're listed in the **Variables** in dashboard settings, so put the variables that you will change often at the top, so they will be shown first (far left on the dashboard). - By default, variables don't have a default value. This means that the topmost value in the drop-down list is always preselected. If you want to pre-populate a variable with an empty value, you can use the following workaround in the variable settings: 1. Select the **Include All Option** checkbox. - 2. In the **Custom all value** field, enter a value like `+`. + 2. In the **Custom all value** field, enter a value like `.+`. ## Add a query variable