@@ -15856,7 +15856,7 @@ indexing. The minimum value is 1s and the maximum is 1h.
1585615856These objects define the group by fields and the aggregation to reduce
1585715857the data.
1585815858** *`source` (Optional, { index, query, remote, size, slice, sort, _source, runtime_mappings })*: The source of the data for the transform.
15859- ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, unattended })*: Defines optional transform settings.
15859+ ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, use_point_in_time, unattended })*: Defines optional transform settings.
1586015860** *`sync` (Optional, { time })*: Defines the properties transforms require to run continuously.
1586115861** *`retention_policy` (Optional, { time })*: Defines a retention policy for the transform. Data that meets the defined
1586215862criteria is deleted from the destination index.
@@ -15914,7 +15914,7 @@ The minimum value is `1s` and the maximum is `1h`.
1591415914and the aggregation to reduce the data.
1591515915** *`retention_policy` (Optional, { time })*: Defines a retention policy for the transform. Data that meets the defined criteria is deleted from the
1591615916destination index.
15917- ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, unattended })*: Defines optional transform settings.
15917+ ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, use_point_in_time, unattended })*: Defines optional transform settings.
1591815918** *`sync` (Optional, { time })*: Defines the properties transforms require to run continuously.
1591915919** *`defer_validation` (Optional, boolean)*: When the transform is created, a series of validations occur to ensure its success. For example, there is a
1592015920check for the existence of the source indices and a check that the destination index is not part of the source
@@ -16097,7 +16097,7 @@ the event of transient failures while the transform is searching or
1609716097indexing. The minimum value is 1s and the maximum is 1h.
1609816098** *`_meta` (Optional, Record<string, User-defined value>)*: Defines optional transform metadata.
1609916099** *`source` (Optional, { index, query, remote, size, slice, sort, _source, runtime_mappings })*: The source of the data for the transform.
16100- ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, unattended })*: Defines optional transform settings.
16100+ ** *`settings` (Optional, { align_checkpoints, dates_as_epoch_millis, deduce_mappings, docs_per_second, max_page_search_size, use_point_in_time, unattended })*: Defines optional transform settings.
1610116101** *`sync` (Optional, { time })*: Defines the properties transforms require to run continuously.
1610216102** *`retention_policy` (Optional, { time } | null)*: Defines a retention policy for the transform. Data that meets the defined
1610316103criteria is deleted from the destination index.
0 commit comments