4cacab01f4
* 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>
15 lines
485 B
Markdown
15 lines
485 B
Markdown
---
|
|
aliases:
|
|
- /docs/sources/panels/transform-data/debug-transformation/
|
|
title: Debug a transformation
|
|
weight: 30
|
|
---
|
|
|
|
# Debug a transformation
|
|
|
|
To see the input and the output result sets of the transformation, click the bug icon on the right side of the transformation row.
|
|
|
|
The input and output results sets can help you debug a transformation.
|
|
|
|
{{< figure src="/static/img/docs/transformations/debug-transformations-7-0.png" class="docs-image--no-shadow" max-width= "1100px" >}}
|