Skip to content

Commit 7645ba9

Browse files
Auto-generated API code (#3040)
1 parent 9efe126 commit 7645ba9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/reference.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15856,7 +15856,7 @@ indexing. The minimum value is 1s and the maximum is 1h.
1585615856
These objects define the group by fields and the aggregation to reduce
1585715857
the 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
1586215862
criteria is deleted from the destination index.
@@ -15914,7 +15914,7 @@ The minimum value is `1s` and the maximum is `1h`.
1591415914
and 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
1591615916
destination 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
1592015920
check 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
1609716097
indexing. 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
1610316103
criteria is deleted from the destination index.

src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21323,6 +21323,7 @@ export interface TransformSettings {
2132321323
deduce_mappings?: boolean
2132421324
docs_per_second?: float
2132521325
max_page_search_size?: integer
21326+
use_point_in_time?: boolean
2132621327
unattended?: boolean
2132721328
}
2132821329

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21937,6 +21937,7 @@ export interface TransformSettings {
2193721937
deduce_mappings?: boolean
2193821938
docs_per_second?: float
2193921939
max_page_search_size?: integer
21940+
use_point_in_time?: boolean
2194021941
unattended?: boolean
2194121942
}
2194221943

0 commit comments

Comments
 (0)