@@ -616,8 +616,8 @@ tag::bulk-dynamic-templates[]
616
616
`dynamic_templates`::
617
617
(Optional, map)
618
618
A map from the full name of fields to the name of <<dynamic-templates, dynamic templates>.
619
- Defaults to an empty map. If a name matches a dynamic template, then that template will be
620
- applied regardless of other match predicates defined in the template. And if a field is
619
+ Defaults to an empty map. If a name matches a dynamic template, then that template will be
620
+ applied regardless of other match predicates defined in the template. And if a field is
621
621
already defined in the mapping, then this parameter won't be used.
622
622
end::bulk-dynamic-templates[]
623
623
@@ -910,11 +910,11 @@ end::source-transforms[]
910
910
tag::source-index-transforms[]
911
911
The _source indices_ for the {transform}. It can be a single index, an index
912
912
pattern (for example, `"my-index-*"`), an array of indices (for example,
913
- `["my-index-000001", "my-index-000002"]`), or an array of index patterns (for
914
- example, `["my-index-*", "my-other-index-*"]`. For remote indices use the syntax
913
+ `["my-index-000001", "my-index-000002"]`), or an array of index patterns (for
914
+ example, `["my-index-*", "my-other-index-*"]`. For remote indices use the syntax
915
915
`"remote_name:index_name"`.
916
916
917
- NOTE: If any indices are in remote clusters then the master node and at least
917
+ NOTE: If any indices are in remote clusters then the master node and at least
918
918
one transform node must have the `remote_cluster_client` node role.
919
919
end::source-index-transforms[]
920
920
@@ -924,8 +924,8 @@ A query clause that retrieves a subset of data from the source index. See
924
924
end::source-query-transforms[]
925
925
926
926
tag::source-runtime-mappings-transforms[]
927
- Definitions of search-time runtime fields that can be used by the transform. For
928
- search runtime fields all data nodes, including remote nodes, must be 7.12 or
927
+ Definitions of search-time runtime fields that can be used by the transform. For
928
+ search runtime fields all data nodes, including remote nodes, must be 7.12 or
929
929
later.
930
930
end::source-runtime-mappings-transforms[]
931
931
@@ -985,7 +985,7 @@ unique key.
985
985
end::transform-latest[]
986
986
987
987
tag::transform-retention[]
988
- Defines a retention policy for the {transform}. Data that meets the defined
988
+ Defines a retention policy for the {transform}. Data that meets the defined
989
989
criteria is deleted from the destination index.
990
990
end::transform-retention[]
991
991
@@ -998,7 +998,7 @@ The date field that is used to calculate the age of the document.
998
998
end::transform-retention-time-field[]
999
999
1000
1000
tag::transform-retention-time-max-age[]
1001
- Specifies the maximum age of a document in the destination index. Documents that
1001
+ Specifies the maximum age of a document in the destination index. Documents that
1002
1002
are older than the configured value are removed from the destination index.
1003
1003
end::transform-retention-time-max-age[]
1004
1004
@@ -1022,7 +1022,7 @@ end::transform-settings-docs-per-second[]
1022
1022
tag::transform-settings-max-page-search-size[]
1023
1023
Defines the initial page size to use for the composite aggregation for each
1024
1024
checkpoint. If circuit breaker exceptions occur, the page size is dynamically
1025
- adjusted to a lower value. The minimum value is `10` and the maximum is `10,000 `.
1025
+ adjusted to a lower value. The minimum value is `10` and the maximum is `65,536 `.
1026
1026
The default value is `500`.
1027
1027
end::transform-settings-max-page-search-size[]
1028
1028
0 commit comments