From 3e70bb3907aa061fff3646156a70efbd76969604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 2 Dec 2020 12:49:11 +0100 Subject: [PATCH] [DOCS] Changes wording of pivot parameter in PUT transforms API docs. --- docs/reference/rest-api/common-parms.asciidoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 9fdc07eacf806..212a887370bce 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -649,8 +649,8 @@ The method for transforming the data. These objects define the pivot function end::pivot[] tag::pivot-aggs[] -Defines how to aggregate the grouped data. The following aggregations are -supported: +Defines how to aggregate the grouped data. The following aggregations are +currently supported: + -- * <> @@ -672,16 +672,12 @@ supported: * <> * <> - -IMPORTANT: {transforms-cap} support a subset of the functionality in -aggregations. See <>. - -- end::pivot-aggs[] tag::pivot-group-by[] -Defines how to group the data. More than one grouping can be defined - per pivot. The following groupings are supported: +Defines how to group the data. More than one grouping can be defined per pivot. +The following groupings are currently supported: + -- * <<_date_histogram,Date histogram>>