Skip to content

Commit 6f323ad

Browse files
authored
[DOCS] Changes wording of pivot parameter in PUT transforms API docs. (#65731)
1 parent 01c343f commit 6f323ad

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ The method for transforming the data. These objects define the pivot function
649649
end::pivot[]
650650

651651
tag::pivot-aggs[]
652-
Defines how to aggregate the grouped data. The following aggregations are
653-
supported:
652+
Defines how to aggregate the grouped data. The following aggregations are
653+
currently supported:
654654
+
655655
--
656656
* <<search-aggregations-metrics-avg-aggregation,Average>>
@@ -672,16 +672,12 @@ supported:
672672
* <<search-aggregations-metrics-valuecount-aggregation,Value count>>
673673
* <<search-aggregations-metrics-weight-avg-aggregation,Weighted average>>
674674

675-
676-
IMPORTANT: {transforms-cap} support a subset of the functionality in
677-
aggregations. See <<transform-limitations>>.
678-
679675
--
680676
end::pivot-aggs[]
681677

682678
tag::pivot-group-by[]
683-
Defines how to group the data. More than one grouping can be defined
684-
per pivot. The following groupings are supported:
679+
Defines how to group the data. More than one grouping can be defined per pivot.
680+
The following groupings are currently supported:
685681
+
686682
--
687683
* <<_date_histogram,Date histogram>>

0 commit comments

Comments
 (0)