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**.