mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
24 lines
892 B
Markdown
24 lines
892 B
Markdown
|
+++
|
||
|
title = "Prerequisites"
|
||
|
type = "docs"
|
||
|
[menu.docs]
|
||
|
identifier = "transformations_prerequisites"
|
||
|
parent = "transformations"
|
||
|
weight = 300
|
||
|
+++
|
||
|
|
||
|
# Prerequisites
|
||
|
|
||
|
Before you can configure and apply transformations:
|
||
|
|
||
|
- You must have entered a query and returned data from a data source. For more information on queries, refer to [Queries]({{< relref "../queries.md" >}}).
|
||
|
|
||
|
- You must have applied a visualization that supports queries. Examples are:
|
||
|
- [Bar gauge]({{< relref "../visualizations/bar-gauge-panel.md" >}})
|
||
|
- [Gauge]({{< relref "../visualizations/gauge-panel.md" >}})
|
||
|
- [Graph]({{< relref "../visualizations/graph-panel.md" >}})
|
||
|
- [Heatmap]({{< relref "../visualizations/heatmap.md" >}})
|
||
|
- [Logs]({{< relref "../visualizations/logs-panel.md" >}})
|
||
|
- [Stat]({{< relref "../visualizations/stat-panel.md" >}})
|
||
|
- [Table]({{< relref "../visualizations/table-panel.md" >}})
|