From b2f33b2a53fa345d915bb5aa78aa90f4a372ccea Mon Sep 17 00:00:00 2001 From: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> Date: Wed, 23 Mar 2022 07:37:12 -0700 Subject: [PATCH] Docs: Revert move of "Config from query" options (#46865) Refactoring in 449c608 / PR #43569 moved the "Options" subsection of the "Config from query" transformation to be a subsection of the "Apply transformation to data" doc, but those options are not relevant to that content. Move this content to be a subsection of the "Config from query" transformation in the transformation functions reference doc. --- docs/sources/panels/reference-transformation-functions.md | 6 ++++++ .../panels/transform-data/apply-transformation-to-data.md | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/panels/reference-transformation-functions.md b/docs/sources/panels/reference-transformation-functions.md index 39c417692ea..3e66493f107 100644 --- a/docs/sources/panels/reference-transformation-functions.md +++ b/docs/sources/panels/reference-transformation-functions.md @@ -53,6 +53,12 @@ This transformation allow you to select one query and from it extract standard o If you want to extract a unique config for every row in the config query result then try the rows to fields transformation. +### Options + +- **Config query**: Select the query that returns the data you want to use as configuration. +- **Apply to**: Select what fields or series to apply the configuration to. +- **Apply to options**: Usually a field type or field name regex depending on what option you selected in **Apply to**. + ## Convert field type This transformation changes the field type of the specified field. diff --git a/docs/sources/panels/transform-data/apply-transformation-to-data.md b/docs/sources/panels/transform-data/apply-transformation-to-data.md index 17588bb18e3..4161d0ff403 100644 --- a/docs/sources/panels/transform-data/apply-transformation-to-data.md +++ b/docs/sources/panels/transform-data/apply-transformation-to-data.md @@ -28,9 +28,3 @@ The following steps guide you in applying a transformation to data. This documen This transformation acts on the result set returned by the previous transformation. {{< figure src="/static/img/docs/transformations/transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}} - -## Options - -- **Config query**: Select the query that returns the data you want to use as configuration. -- **Apply to**: Select what fields or series to apply the configuration to. -- **Apply to options**: Usually a field type or field name regex depending on what option you selected in **Apply to**.