Skip to content

Commit df16045

Browse files
authored
[DOCS] Changes wording of pivot parameter in PUT transforms API docs. (#65731) (#65737)
1 parent b829176 commit df16045

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
@@ -671,8 +671,8 @@ The method for transforming the data. These objects define the pivot function
671671
end::pivot[]
672672

673673
tag::pivot-aggs[]
674-
Defines how to aggregate the grouped data. The following aggregations are
675-
supported:
674+
Defines how to aggregate the grouped data. The following aggregations are
675+
currently supported:
676676
+
677677
--
678678
* <<search-aggregations-metrics-avg-aggregation,Average>>
@@ -692,16 +692,12 @@ supported:
692692
* <<search-aggregations-metrics-valuecount-aggregation,Value count>>
693693
* <<search-aggregations-metrics-weight-avg-aggregation,Weighted average>>
694694

695-
696-
IMPORTANT: {transforms-cap} support a subset of the functionality in
697-
aggregations. See <<transform-limitations>>.
698-
699695
--
700696
end::pivot-aggs[]
701697

702698
tag::pivot-group-by[]
703-
Defines how to group the data. More than one grouping can be defined
704-
per pivot. The following groupings are supported:
699+
Defines how to group the data. More than one grouping can be defined per pivot.
700+
The following groupings are currently supported:
705701
+
706702
--
707703
* <<_date_histogram,Date histogram>>

0 commit comments

Comments
 (0)