@@ -79,8 +79,8 @@ pivot function `group by` fields and the aggregation to reduce the data.
79
79
===== {api-definitions-title}
80
80
81
81
`aggregations` or `aggs`::
82
- (object) Defines how to aggregate the grouped data. The following composite
83
- aggregations are supported:
82
+ (object) Defines how to aggregate the grouped data. The following composite
83
+ aggregations are supported:
84
84
+
85
85
--
86
86
* {ref}/search-aggregations-metrics-avg-aggregation.html[Average]
@@ -101,15 +101,21 @@ composite aggregations. See
101
101
--
102
102
103
103
`group_by`::
104
- (object) Defines how to group the data. More than one grouping can be defined
105
- per pivot. The following groupings are supported:
104
+ (object) Defines how to group the data. More than one grouping can be defined
105
+ per pivot. The following groupings are supported:
106
106
+
107
107
--
108
108
* {ref}/search-aggregations-bucket-composite-aggregation.html#_terms[Terms]
109
109
* {ref}/search-aggregations-bucket-composite-aggregation.html#_histogram[Histogram]
110
110
* {ref}/search-aggregations-bucket-composite-aggregation.html#_date_histogram[Date Histogram]
111
111
--
112
112
113
+ `max_page_search_size`::
114
+ (integer) Defines the initial page size to use for the composite aggregation
115
+ for each checkpoint. If circuit breaker exceptions occur, the page size is
116
+ dynamically adjusted to a lower value. The minimum value is `10` and the
117
+ maximum is `10,000`. The default value is `500`.
118
+
113
119
[[data-frame-transform-example]]
114
120
==== {api-examples-title}
115
121
0 commit comments