File tree 3 files changed +23
-0
lines changed
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
13
13
* <<breaking_78_aggregation_changes>>
14
14
* <<breaking_78_mappings_changes>>
15
15
* <<breaking_78_settings_changes>>
16
+ * <<breaking_78_transform_changes>>
16
17
17
18
//NOTE: The notable-breaking-changes tagged regions are re-used in the
18
19
//Installation and Upgrade Guide
@@ -314,4 +315,19 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
314
315
Discontinue use of the `kibana_user` role.
315
316
====
316
317
318
+ [discrete]
319
+ [[breaking_78_transform_changes]]
320
+ === Transforms changes
321
+
322
+ .The `max_page_search_size` property is deprecated in the `pivot` {transform} configuration object
323
+ [%collapsible]
324
+ ====
325
+ *Details* +
326
+ The `max_page_search_size` property within `pivot` is deprecated in the
327
+ {ref}/put-transform.html[create {transform}] and
328
+ {ref}/preview-transform.html[preview {transform}] APIs.
329
+
330
+ *Impact* +
331
+ Use the `max_page_search_size` property within `settings` instead.
332
+ ====
317
333
//end::notable-breaking-changes[]
Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=pivot-aggs]
93
93
`group_by`:::
94
94
(Required, object)
95
95
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=pivot-group-by]
96
+
97
+ `max_page_search_size`:::
98
+ (Optional, integer)
99
+ deprecated:[7.8.0,Moved to `settings`.]
96
100
====
97
101
//End pivot
98
102
Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=pivot-aggs]
125
125
(Required, object)
126
126
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=pivot-group-by]
127
127
128
+ `max_page_search_size`:::
129
+ (Optional, integer)
130
+ deprecated:[7.8.0,Moved to `settings`.]
128
131
====
129
132
//End pivot
130
133
You can’t perform that action at this time.
0 commit comments