Docs: Fix links to transforms (#30194)

This commit is contained in:
Torkel Ödegaard 2021-01-11 16:44:18 +01:00 committed by GitHub
parent a4e49e4a9b
commit 8e279c443e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ weight = 300
Grafana comes with the following transformations:
- [Reduce](#reduce)
- [Filter by name](#filter-by-name)
- [Filter data by name](#filter-data-by-name)
- [Filter data by query](#filter-data-by-query)
- [Filter data by value](#filter-data-by-value)
- [Organize fields](#organize-fields)
@ -104,7 +104,7 @@ Here is the result after applying the Merge transformation.
| 2020-07-07 11:34:20 | node | 15 | 25260122 |
| 2020-07-07 11:24:20 | postgre | 5 | 123001233 |
## Filter by name
## Filter data by name
Use this transformation to remove portions of the query results.
@ -358,7 +358,7 @@ Here is the result after applying the Series to rows transformation.
| 2020-07-07 09:30:57 | Humidity | 33 |
| 2020-07-07 09:30:05 | Temperature | 19 |
## Filter by value
## Filter data by value
> **Note:** This transformation is available in Grafana 7.4+.