From 76fbe0a6d93ba2183694d7d352c8d32f42873158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 16 Jul 2020 12:43:45 +0200 Subject: [PATCH] [DOCS] Sorts agg and grouping names alphabetically in PUT Transforms API docs. (#59688) --- docs/reference/rest-api/common-parms.asciidoc | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 6954e9261bb..eb23601d7ad 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -660,29 +660,30 @@ 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 composite aggregations -are supported: +Defines how to aggregate the grouped data. The following aggregations are +supported: + -- * <> -* <> +* <> +* <> * <> * <> -* <> -* <> * <> * <> * <> * <> * <> +* <> * <> * <> +* <> * <> -* <> -* <> +* <> -IMPORTANT: {transforms-cap} support a subset of the functionality in -composite aggregations. See <>. + +IMPORTANT: {transforms-cap} support a subset of the functionality in +aggregations. See <>. -- end::pivot-aggs[] @@ -692,10 +693,11 @@ Defines how to group the data. More than one grouping can be defined per pivot. The following groupings are supported: + -- -* <<_terms,Terms>> -* <<_histogram,Histogram>> * <<_date_histogram,Date histogram>> -* <<_geotile_grid,Geotile Grid>> +* <<_geotile_grid,Geotile Grid>> +* <<_histogram,Histogram>> +* <<_terms,Terms>> + -- end::pivot-group-by[]