@@ -602,8 +602,8 @@ tag::bulk-dynamic-templates[]
602
602
`dynamic_templates`::
603
603
(Optional, map)
604
604
A map from the full name of fields to the name of <<dynamic-templates, dynamic templates>.
605
- Defaults to an empty map. If a name matches a dynamic template, then that template will be
606
- applied regardless of other match predicates defined in the template. And if a field is
605
+ Defaults to an empty map. If a name matches a dynamic template, then that template will be
606
+ applied regardless of other match predicates defined in the template. And if a field is
607
607
already defined in the mapping, then this parameter won't be used.
608
608
end::bulk-dynamic-templates[]
609
609
@@ -896,11 +896,11 @@ end::source-transforms[]
896
896
tag::source-index-transforms[]
897
897
The _source indices_ for the {transform}. It can be a single index, an index
898
898
pattern (for example, `"my-index-*"`), an array of indices (for example,
899
- `["my-index-000001", "my-index-000002"]`), or an array of index patterns (for
900
- example, `["my-index-*", "my-other-index-*"]`. For remote indices use the syntax
899
+ `["my-index-000001", "my-index-000002"]`), or an array of index patterns (for
900
+ example, `["my-index-*", "my-other-index-*"]`. For remote indices use the syntax
901
901
`"remote_name:index_name"`.
902
902
903
- NOTE: If any indices are in remote clusters then the master node and at least
903
+ NOTE: If any indices are in remote clusters then the master node and at least
904
904
one transform node must have the `remote_cluster_client` node role.
905
905
end::source-index-transforms[]
906
906
@@ -910,8 +910,8 @@ A query clause that retrieves a subset of data from the source index. See
910
910
end::source-query-transforms[]
911
911
912
912
tag::source-runtime-mappings-transforms[]
913
- Definitions of search-time runtime fields that can be used by the transform. For
914
- search runtime fields all data nodes, including remote nodes, must be 7.12 or
913
+ Definitions of search-time runtime fields that can be used by the transform. For
914
+ search runtime fields all data nodes, including remote nodes, must be 7.12 or
915
915
later.
916
916
end::source-runtime-mappings-transforms[]
917
917
@@ -971,7 +971,7 @@ unique key.
971
971
end::transform-latest[]
972
972
973
973
tag::transform-retention[]
974
- Defines a retention policy for the {transform}. Data that meets the defined
974
+ Defines a retention policy for the {transform}. Data that meets the defined
975
975
criteria is deleted from the destination index.
976
976
end::transform-retention[]
977
977
@@ -984,7 +984,7 @@ The date field that is used to calculate the age of the document.
984
984
end::transform-retention-time-field[]
985
985
986
986
tag::transform-retention-time-max-age[]
987
- Specifies the maximum age of a document in the destination index. Documents that
987
+ Specifies the maximum age of a document in the destination index. Documents that
988
988
are older than the configured value are removed from the destination index.
989
989
end::transform-retention-time-max-age[]
990
990
@@ -1008,7 +1008,7 @@ end::transform-settings-docs-per-second[]
1008
1008
tag::transform-settings-max-page-search-size[]
1009
1009
Defines the initial page size to use for the composite aggregation for each
1010
1010
checkpoint. If circuit breaker exceptions occur, the page size is dynamically
1011
- adjusted to a lower value. The minimum value is `10` and the maximum is `10,000 `.
1011
+ adjusted to a lower value. The minimum value is `10` and the maximum is `65,536 `.
1012
1012
The default value is `500`.
1013
1013
end::transform-settings-max-page-search-size[]
1014
1014
0 commit comments