From 08147e19a55256dd20acd3736d369e898cd44af8 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Wed, 23 Sep 2020 11:43:13 -0400 Subject: [PATCH] Transformtion changes 2 (#27732) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed prereq.md, updated description in Overview topic. * Fixed relref for manage users. * Update docs/sources/panels/transformations/_index.md Co-authored-by: Torkel Ödegaard * Removed extra "the" * Changed "In case" to "If" Co-authored-by: Torkel Ödegaard --- docs/sources/manage-users/_index.md | 2 +- docs/sources/panels/transformations/_index.md | 4 ++-- docs/sources/panels/transformations/prereq.md | 23 ------------------- 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 docs/sources/panels/transformations/prereq.md diff --git a/docs/sources/manage-users/_index.md b/docs/sources/manage-users/_index.md index cb45aba7faf..d9fe7bcfb8d 100644 --- a/docs/sources/manage-users/_index.md +++ b/docs/sources/manage-users/_index.md @@ -9,7 +9,7 @@ weight = 3 # Manage users -Create users and teams and configure [Permissions Overview]({{< relref "../permissions/overview.md" >}}) to make sure that users only have access to the resources they need. +Create users and teams and configure [Permissions]({{< relref "../permissions/overview.md" >}}) to make sure that users only have access to the resources they need. Only Administrators can manage users and teams. diff --git a/docs/sources/panels/transformations/_index.md b/docs/sources/panels/transformations/_index.md index 1044bb1380b..b2ae7049c97 100644 --- a/docs/sources/panels/transformations/_index.md +++ b/docs/sources/panels/transformations/_index.md @@ -29,11 +29,11 @@ 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: +- You must have chosen a visualization that supports your query result and chosen transforms. Different transformations can result in a data structure that only some visualizations can render. For example, Graph visualization cannot show reduced data (that results from the Reduce transform). If your current visualization does not show you what you expect after applying a transform, switch to the Table visualization to check the result. For more information on the different types of visualizations, refer to: - [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" >}}) \ No newline at end of file + - [Table]({{< relref "../visualizations/table-panel.md" >}})ß diff --git a/docs/sources/panels/transformations/prereq.md b/docs/sources/panels/transformations/prereq.md deleted file mode 100644 index 232d444bd59..00000000000 --- a/docs/sources/panels/transformations/prereq.md +++ /dev/null @@ -1,23 +0,0 @@ -+++ -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" >}})