Files
grafana/docs/sources/panels/transform-data/_index.md
T
Jack Baldry 4cacab01f4 [v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases (#60062) (#61032)
* Use relative aliases for all non-current Grafana aliases

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-05 14:29:40 +00:00

629 B

aliases, title, weight
aliases title weight
/docs/sources/panels/transform-data/
transformations/
transformations/apply-transformations/
transformations/config-from-query/
transformations/rows-to-fields/
Transform data 500

Transform data

Transformations are a powerful way to manipulate data returned by a query before the system applies a visualization.

With transformations, you can:

  • Rename fields
  • Join time series data
  • Perform mathematical operations across queries
  • Use the output of one transformation as the input to another transformation

This section includes the following topics:

{{< section >}}