From a134d3dae49a6d772992e8f431b3ee034c65bd6e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:28:27 -0400 Subject: [PATCH] [v10.0.x] Docs: Add note about rename by regex transform (#75398) Docs: Add note about rename by regex transform (#75394) Add note about rename by regex transform (cherry picked from commit be850b2cbb70487ce79772655ded432abd95900b) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- docs/sources/panels-visualizations/configure-overrides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/configure-overrides/index.md b/docs/sources/panels-visualizations/configure-overrides/index.md index 077e0f3c20a..05122b0e7fd 100644 --- a/docs/sources/panels-visualizations/configure-overrides/index.md +++ b/docs/sources/panels-visualizations/configure-overrides/index.md @@ -85,7 +85,7 @@ A field override rule can customize the visualization settings for a specific fi 1. Select which fields an override rule will be applied to: - **Fields with name:** Select a field from the list of all available fields. Properties you add to a rule with this selector are only applied to this single field. - - **Fields with name matching regex:** Specify fields to override with a regular expression. Properties you add to a rule with this selector are applied to all fields where the field name match the regex. + - **Fields with name matching regex:** Specify fields to override with a regular expression. Properties you add to a rule with this selector are applied to all fields where the field name match the regex. This override doesn't rename the field; to do this, use the [Rename by regex transformation]({{< relref "../query-transform-data/transform-data/#rename-by-regex" >}}). - **Fields with type:** Select fields by type, such as string, numeric, and so on. Properties you add to a rule with this selector are applied to all fields that match the selected type. - **Fields returned by query:** Select all fields returned by a specific query, such as A, B, or C. Properties you add to a rule with this selector are applied to all fields returned by the selected query. 1. Click **Add override property**.