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.
This commit is contained in:
Garrett Guillotte 2022-03-23 07:37:12 -07:00 committed by GitHub
parent 481a68cbf5
commit b2f33b2a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

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

View File

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