File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 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>>.
1313* <<breaking_78_aggregation_changes>>
1414* <<breaking_78_mappings_changes>>
1515* <<breaking_78_settings_changes>>
16+ * <<breaking_78_transform_changes>>
1617
1718//NOTE: The notable-breaking-changes tagged regions are re-used in the
1819//Installation and Upgrade Guide
@@ -314,4 +315,19 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
314315Discontinue use of the `kibana_user` role.
315316====
316317
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+ ====
317333//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]
9393`group_by`:::
9494(Required, object)
9595include::{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`.]
96100====
97101//End pivot
98102
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]
125125(Required, object)
126126include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=pivot-group-by]
127127
128+ `max_page_search_size`:::
129+ (Optional, integer)
130+ deprecated:[7.8.0,Moved to `settings`.]
128131====
129132//End pivot
130133
You can’t perform that action at this time.
0 commit comments