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>
21 lines
577 B
Markdown
21 lines
577 B
Markdown
---
|
|
aliases:
|
|
- /docs/sources/panels/transform-data/delete-transformation/
|
|
title: Delete a transformation
|
|
weight: 40
|
|
---
|
|
|
|
# Delete a transformation
|
|
|
|
We recommend that you remove transformations that you don't need. When you delete a transformation, you remove the data from the visualization.
|
|
|
|
## Before you begin
|
|
|
|
- Identify all dashboards that rely on the transformation and inform impacted dashboard users.
|
|
|
|
**To delete a transformation**:
|
|
|
|
1. Open a panel for editing.
|
|
1. Click the **Transform** tab.
|
|
1. Click the trash icon next to the transformation you want to delete.
|