diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/GetComponentTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/GetComponentTemplateRequest.java
index bcc2c288cd..4fea608f2f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/GetComponentTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/GetComponentTemplateRequest.java
@@ -150,8 +150,8 @@ public final Time masterTimeout() {
}
/**
- * Comma-separated list of component template names used to limit the request.
- * Wildcard (*) expressions are supported.
+ * Name of component template to retrieve. Wildcard (*) expressions
+ * are supported.
*
* API name: {@code name}
*/
@@ -254,8 +254,8 @@ public final Builder masterTimeout(Function
* API name: {@code name}
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/HealthRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/HealthRequest.java
index 4059f042c0..f756239da8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/HealthRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/HealthRequest.java
@@ -143,8 +143,7 @@ public static HealthRequest of(Function
* API name: {@code expand_wildcards}
*/
@@ -153,10 +152,10 @@ public final List
* API name: {@code index}
*/
@@ -165,8 +164,7 @@ public final List
* API name: {@code level}
*/
@@ -176,8 +174,8 @@ public final Level level() {
}
/**
- * If true, the request retrieves information from the local node only. Defaults
- * to false, which means information is retrieved from the master node.
+ * If true, retrieve information from the local node only. If false, retrieve
+ * information from the master node.
*
* API name: {@code local}
*/
@@ -187,7 +185,7 @@ public final Boolean local() {
}
/**
- * Period to wait for a connection to the master node. If no response is
+ * The period to wait for a connection to the master node. If no response is
* received before the timeout expires, the request fails and returns an error.
*
* API name: {@code master_timeout}
@@ -198,8 +196,8 @@ public final Time masterTimeout() {
}
/**
- * Period to wait for a response. If no response is received before the timeout
- * expires, the request fails and returns an error.
+ * The period to wait for a response. If no response is received before the
+ * timeout expires, the request fails and returns an error.
*
* API name: {@code timeout}
*/
@@ -209,8 +207,8 @@ public final Time timeout() {
}
/**
- * A number controlling to how many active shards to wait for, all to wait for
- * all shards in the cluster to be active, or 0 to not wait.
+ * Wait for the specified number of active shards. Use
* API name: {@code wait_for_active_shards}
*/
@@ -220,8 +218,7 @@ public final WaitForActiveShards waitForActiveShards() {
}
/**
- * Can be one of immediate, urgent, high, normal, low, languid. Wait until all
- * currently queued events with the given priority are processed.
+ * Wait until all currently queued events with the given priority are processed.
*
* API name: {@code wait_for_events}
*/
@@ -231,9 +228,8 @@ public final WaitForEvents waitForEvents() {
}
/**
- * A boolean value which controls whether to wait (until the timeout provided)
- * for the cluster to have no shard initializations. Defaults to false, which
- * means it will not wait for initializing shards.
+ * Wait (until the timeout expires) for the cluster to have no shard
+ * initializations. If false, the request does not wait for initializing shards.
*
* API name: {@code wait_for_no_initializing_shards}
*/
@@ -243,9 +239,8 @@ public final Boolean waitForNoInitializingShards() {
}
/**
- * A boolean value which controls whether to wait (until the timeout provided)
- * for the cluster to have no shard relocations. Defaults to false, which means
- * it will not wait for relocating shards.
+ * Wait (until the timeout expires) for the cluster to have no shard
+ * relocations. If false, the request not wait for relocating shards.
*
* API name: {@code wait_for_no_relocating_shards}
*/
@@ -255,9 +250,10 @@ public final Boolean waitForNoRelocatingShards() {
}
/**
- * The request waits until the specified number N of nodes is available. It also
- * accepts >=N, <=N, >N and <N. Alternatively, it is possible to use
- * ge(N), le(N), gt(N) and lt(N) notation.
+ * Wait until the specified number (N) of nodes is available. It also accepts
+ *
* API name: {@code wait_for_nodes}
*/
@@ -267,9 +263,10 @@ public final String waitForNodes() {
}
/**
- * One of green, yellow or red. Will wait (until the timeout provided) until the
- * status of the cluster changes to the one provided or better, i.e. green >
- * yellow > red. By default, will not wait for any status.
+ * Wait (until the timeout expires) for the cluster to reach a specific health
+ * status (or a better status). A green status is better than yellow and yellow
+ * is better than red. By default, the request does not wait for a particular
+ * status.
*
* API name: {@code wait_for_status}
*/
@@ -322,8 +319,7 @@ public static class Builder extends RequestBase.AbstractBuilder
* API name: {@code expand_wildcards}
*
@@ -335,8 +331,7 @@ public final Builder expandWildcards(List
* API name: {@code expand_wildcards}
*
@@ -348,10 +343,10 @@ public final Builder expandWildcards(ExpandWildcard value, ExpandWildcard... val
}
/**
- * Comma-separated list of data streams, indices, and index aliases used to
- * limit the request. Wildcard expressions (
* API name: {@code index}
*
@@ -363,10 +358,10 @@ public final Builder index(List
* API name: {@code index}
*
@@ -378,8 +373,7 @@ public final Builder index(String value, String... values) {
}
/**
- * Can be one of cluster, indices or shards. Controls the details level of the
- * health information returned.
+ * Return health information at a specific level of detail.
*
* API name: {@code level}
*/
@@ -389,8 +383,8 @@ public final Builder level(@Nullable Level value) {
}
/**
- * If true, the request retrieves information from the local node only. Defaults
- * to false, which means information is retrieved from the master node.
+ * If true, retrieve information from the local node only. If false, retrieve
+ * information from the master node.
*
* API name: {@code local}
*/
@@ -400,7 +394,7 @@ public final Builder local(@Nullable Boolean value) {
}
/**
- * Period to wait for a connection to the master node. If no response is
+ * The period to wait for a connection to the master node. If no response is
* received before the timeout expires, the request fails and returns an error.
*
* API name: {@code master_timeout}
@@ -411,7 +405,7 @@ public final Builder masterTimeout(@Nullable Time value) {
}
/**
- * Period to wait for a connection to the master node. If no response is
+ * The period to wait for a connection to the master node. If no response is
* received before the timeout expires, the request fails and returns an error.
*
* API name: {@code master_timeout}
@@ -421,8 +415,8 @@ public final Builder masterTimeout(Function
* API name: {@code timeout}
*/
@@ -432,8 +426,8 @@ public final Builder timeout(@Nullable Time value) {
}
/**
- * Period to wait for a response. If no response is received before the timeout
- * expires, the request fails and returns an error.
+ * The period to wait for a response. If no response is received before the
+ * timeout expires, the request fails and returns an error.
*
* API name: {@code timeout}
*/
@@ -442,8 +436,8 @@ public final Builder timeout(Function
* API name: {@code wait_for_active_shards}
*/
@@ -453,8 +447,8 @@ public final Builder waitForActiveShards(@Nullable WaitForActiveShards value) {
}
/**
- * A number controlling to how many active shards to wait for, all to wait for
- * all shards in the cluster to be active, or 0 to not wait.
+ * Wait for the specified number of active shards. Use
* API name: {@code wait_for_active_shards}
*/
@@ -464,8 +458,7 @@ public final Builder waitForActiveShards(
}
/**
- * Can be one of immediate, urgent, high, normal, low, languid. Wait until all
- * currently queued events with the given priority are processed.
+ * Wait until all currently queued events with the given priority are processed.
*
* API name: {@code wait_for_events}
*/
@@ -475,9 +468,8 @@ public final Builder waitForEvents(@Nullable WaitForEvents value) {
}
/**
- * A boolean value which controls whether to wait (until the timeout provided)
- * for the cluster to have no shard initializations. Defaults to false, which
- * means it will not wait for initializing shards.
+ * Wait (until the timeout expires) for the cluster to have no shard
+ * initializations. If false, the request does not wait for initializing shards.
*
* API name: {@code wait_for_no_initializing_shards}
*/
@@ -487,9 +479,8 @@ public final Builder waitForNoInitializingShards(@Nullable Boolean value) {
}
/**
- * A boolean value which controls whether to wait (until the timeout provided)
- * for the cluster to have no shard relocations. Defaults to false, which means
- * it will not wait for relocating shards.
+ * Wait (until the timeout expires) for the cluster to have no shard
+ * relocations. If false, the request not wait for relocating shards.
*
* API name: {@code wait_for_no_relocating_shards}
*/
@@ -499,9 +490,10 @@ public final Builder waitForNoRelocatingShards(@Nullable Boolean value) {
}
/**
- * The request waits until the specified number N of nodes is available. It also
- * accepts >=N, <=N, >N and <N. Alternatively, it is possible to use
- * ge(N), le(N), gt(N) and lt(N) notation.
+ * Wait until the specified number (N) of nodes is available. It also accepts
+ *
* API name: {@code wait_for_nodes}
*/
@@ -511,9 +503,10 @@ public final Builder waitForNodes(@Nullable String value) {
}
/**
- * One of green, yellow or red. Will wait (until the timeout provided) until the
- * status of the cluster changes to the one provided or better, i.e. green >
- * yellow > red. By default, will not wait for any status.
+ * Wait (until the timeout expires) for the cluster to reach a specific health
+ * status (or a better status). A green status is better than yellow and yellow
+ * is better than red. By default, the request does not wait for a particular
+ * status.
*
* API name: {@code wait_for_status}
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html b/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html
index bd5d6746eb..9f29d6e331 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html
@@ -1251,13 +1251,13 @@
'cluster.delete_component_template.Response': 'cluster/delete_component_template/ClusterDeleteComponentTemplateResponse.ts#L22-L25',
'cluster.delete_voting_config_exclusions.Request': 'cluster/delete_voting_config_exclusions/ClusterDeleteVotingConfigExclusionsRequest.ts#L24-L58',
'cluster.exists_component_template.Request': 'cluster/exists_component_template/ClusterComponentTemplateExistsRequest.ts#L24-L65',
-'cluster.get_component_template.Request': 'cluster/get_component_template/ClusterGetComponentTemplateRequest.ts#L24-L85',
+'cluster.get_component_template.Request': 'cluster/get_component_template/ClusterGetComponentTemplateRequest.ts#L24-L82',
'cluster.get_component_template.Response': 'cluster/get_component_template/ClusterGetComponentTemplateResponse.ts#L22-L24',
'cluster.get_settings.Request': 'cluster/get_settings/ClusterGetSettingsRequest.ts#L24-L72',
'cluster.get_settings.Response': 'cluster/get_settings/ClusterGetSettingsResponse.ts#L23-L32',
'cluster.health.HealthResponseBody': 'cluster/health/ClusterHealthResponse.ts#L40-L77',
'cluster.health.IndexHealthStats': 'cluster/health/types.ts#L24-L35',
-'cluster.health.Request': 'cluster/health/ClusterHealthRequest.ts#L33-L124',
+'cluster.health.Request': 'cluster/health/ClusterHealthRequest.ts#L33-L137',
'cluster.health.Response': 'cluster/health/ClusterHealthResponse.ts#L26-L38',
'cluster.health.ShardHealthStats': 'cluster/health/types.ts#L37-L45',
'cluster.info.Request': 'cluster/info/ClusterInfoRequest.ts#L23-L44',
@@ -1760,8 +1760,8 @@
'indices.put_data_stream_settings.Request': 'indices/put_data_stream_settings/IndicesPutDataStreamSettingsRequest.ts#L25-L79',
'indices.put_data_stream_settings.Response': 'indices/put_data_stream_settings/IndicesPutDataStreamSettingsResponse.ts#L23-L28',
'indices.put_data_stream_settings.UpdatedDataStreamSettings': 'indices/put_data_stream_settings/IndicesPutDataStreamSettingsResponse.ts#L30-L55',
-'indices.put_index_template.IndexTemplateMapping': 'indices/put_index_template/IndicesPutIndexTemplateRequest.ts#L166-L188',
-'indices.put_index_template.Request': 'indices/put_index_template/IndicesPutIndexTemplateRequest.ts#L38-L164',
+'indices.put_index_template.IndexTemplateMapping': 'indices/put_index_template/IndicesPutIndexTemplateRequest.ts#L167-L194',
+'indices.put_index_template.Request': 'indices/put_index_template/IndicesPutIndexTemplateRequest.ts#L39-L165',
'indices.put_index_template.Response': 'indices/put_index_template/IndicesPutIndexTemplateResponse.ts#L22-L25',
'indices.put_mapping.Request': 'indices/put_mapping/IndicesPutMappingRequest.ts#L42-L172',
'indices.put_mapping.Response': 'indices/put_mapping/IndicesPutMappingResponse.ts#L22-L25',
@@ -2016,7 +2016,7 @@
'inference._types.WatsonxTaskType': 'inference/_types/CommonTypes.ts#L1947-L1951',
'inference.chat_completion_unified.Request': 'inference/chat_completion_unified/UnifiedRequest.ts#L24-L63',
'inference.chat_completion_unified.Response': 'inference/chat_completion_unified/UnifiedResponse.ts#L22-L25',
-'inference.completion.Request': 'inference/completion/CompletionRequest.ts#L25-L66',
+'inference.completion.Request': 'inference/completion/CompletionRequest.ts#L25-L72',
'inference.completion.Response': 'inference/completion/CompletionResponse.ts#L22-L25',
'inference.delete.Request': 'inference/delete/DeleteRequest.ts#L24-L69',
'inference.delete.Response': 'inference/delete/DeleteResponse.ts#L22-L25',
@@ -2070,7 +2070,7 @@
'inference.put_voyageai.Response': 'inference/put_voyageai/PutVoyageAIResponse.ts#L22-L25',
'inference.put_watsonx.Request': 'inference/put_watsonx/PutWatsonxRequest.ts#L30-L85',
'inference.put_watsonx.Response': 'inference/put_watsonx/PutWatsonxResponse.ts#L22-L25',
-'inference.rerank.Request': 'inference/rerank/RerankRequest.ts#L25-L76',
+'inference.rerank.Request': 'inference/rerank/RerankRequest.ts#L26-L81',
'inference.rerank.Response': 'inference/rerank/RerankResponse.ts#L22-L25',
'inference.sparse_embedding.Request': 'inference/sparse_embedding/SparseEmbeddingRequest.ts#L25-L66',
'inference.sparse_embedding.Response': 'inference/sparse_embedding/SparseEmbeddingResponse.ts#L22-L25',
@@ -2080,79 +2080,79 @@
'inference.text_embedding.Response': 'inference/text_embedding/TextEmbeddingResponse.ts#L22-L25',
'inference.update.Request': 'inference/update/UpdateInferenceRequest.ts#L25-L63',
'inference.update.Response': 'inference/update/UpdateInferenceResponse.ts#L22-L25',
-'ingest._types.AppendProcessor': 'ingest/_types/Processors.ts#L329-L348',
-'ingest._types.AttachmentProcessor': 'ingest/_types/Processors.ts#L350-L391',
-'ingest._types.BytesProcessor': 'ingest/_types/Processors.ts#L560-L576',
-'ingest._types.CircleProcessor': 'ingest/_types/Processors.ts#L578-L601',
-'ingest._types.CommunityIDProcessor': 'ingest/_types/Processors.ts#L603-L664',
-'ingest._types.ConvertProcessor': 'ingest/_types/Processors.ts#L677-L697',
-'ingest._types.ConvertType': 'ingest/_types/Processors.ts#L666-L675',
-'ingest._types.CsvProcessor': 'ingest/_types/Processors.ts#L699-L732',
+'ingest._types.AppendProcessor': 'ingest/_types/Processors.ts#L329-L361',
+'ingest._types.AttachmentProcessor': 'ingest/_types/Processors.ts#L363-L404',
+'ingest._types.BytesProcessor': 'ingest/_types/Processors.ts#L573-L589',
+'ingest._types.CircleProcessor': 'ingest/_types/Processors.ts#L591-L614',
+'ingest._types.CommunityIDProcessor': 'ingest/_types/Processors.ts#L616-L677',
+'ingest._types.ConvertProcessor': 'ingest/_types/Processors.ts#L690-L710',
+'ingest._types.ConvertType': 'ingest/_types/Processors.ts#L679-L688',
+'ingest._types.CsvProcessor': 'ingest/_types/Processors.ts#L712-L745',
'ingest._types.DatabaseConfiguration': 'ingest/_types/Database.ts#L22-L37',
'ingest._types.DatabaseConfigurationFull': 'ingest/_types/Database.ts#L39-L53',
-'ingest._types.DateIndexNameProcessor': 'ingest/_types/Processors.ts#L734-L772',
-'ingest._types.DateProcessor': 'ingest/_types/Processors.ts#L774-L807',
-'ingest._types.DissectProcessor': 'ingest/_types/Processors.ts#L809-L828',
+'ingest._types.DateIndexNameProcessor': 'ingest/_types/Processors.ts#L747-L785',
+'ingest._types.DateProcessor': 'ingest/_types/Processors.ts#L787-L820',
+'ingest._types.DissectProcessor': 'ingest/_types/Processors.ts#L822-L841',
'ingest._types.Document': 'ingest/_types/Simulation.ts#L69-L83',
'ingest._types.DocumentSimulation': 'ingest/_types/Simulation.ts#L85-L115',
-'ingest._types.DotExpanderProcessor': 'ingest/_types/Processors.ts#L830-L848',
-'ingest._types.DropProcessor': 'ingest/_types/Processors.ts#L850-L850',
-'ingest._types.EnrichProcessor': 'ingest/_types/Processors.ts#L852-L891',
-'ingest._types.FailProcessor': 'ingest/_types/Processors.ts#L893-L899',
+'ingest._types.DotExpanderProcessor': 'ingest/_types/Processors.ts#L843-L861',
+'ingest._types.DropProcessor': 'ingest/_types/Processors.ts#L863-L863',
+'ingest._types.EnrichProcessor': 'ingest/_types/Processors.ts#L865-L904',
+'ingest._types.FailProcessor': 'ingest/_types/Processors.ts#L906-L912',
'ingest._types.FieldAccessPattern': 'ingest/_types/Pipeline.ts#L115-L118',
-'ingest._types.FingerprintDigest': 'ingest/_types/Processors.ts#L901-L907',
-'ingest._types.FingerprintProcessor': 'ingest/_types/Processors.ts#L909-L937',
-'ingest._types.ForeachProcessor': 'ingest/_types/Processors.ts#L939-L953',
-'ingest._types.GeoGridProcessor': 'ingest/_types/Processors.ts#L393-L434',
-'ingest._types.GeoGridTargetFormat': 'ingest/_types/Processors.ts#L442-L445',
-'ingest._types.GeoGridTileType': 'ingest/_types/Processors.ts#L436-L440',
-'ingest._types.GeoIpProcessor': 'ingest/_types/Processors.ts#L447-L481',
-'ingest._types.GrokProcessor': 'ingest/_types/Processors.ts#L955-L986',
-'ingest._types.GsubProcessor': 'ingest/_types/Processors.ts#L988-L1012',
-'ingest._types.HtmlStripProcessor': 'ingest/_types/Processors.ts#L1014-L1030',
-'ingest._types.InferenceConfig': 'ingest/_types/Processors.ts#L1071-L1083',
-'ingest._types.InferenceConfigClassification': 'ingest/_types/Processors.ts#L1098-L1124',
-'ingest._types.InferenceConfigRegression': 'ingest/_types/Processors.ts#L1085-L1096',
-'ingest._types.InferenceProcessor': 'ingest/_types/Processors.ts#L1032-L1064',
+'ingest._types.FingerprintDigest': 'ingest/_types/Processors.ts#L914-L920',
+'ingest._types.FingerprintProcessor': 'ingest/_types/Processors.ts#L922-L950',
+'ingest._types.ForeachProcessor': 'ingest/_types/Processors.ts#L952-L966',
+'ingest._types.GeoGridProcessor': 'ingest/_types/Processors.ts#L406-L447',
+'ingest._types.GeoGridTargetFormat': 'ingest/_types/Processors.ts#L455-L458',
+'ingest._types.GeoGridTileType': 'ingest/_types/Processors.ts#L449-L453',
+'ingest._types.GeoIpProcessor': 'ingest/_types/Processors.ts#L460-L494',
+'ingest._types.GrokProcessor': 'ingest/_types/Processors.ts#L968-L999',
+'ingest._types.GsubProcessor': 'ingest/_types/Processors.ts#L1001-L1025',
+'ingest._types.HtmlStripProcessor': 'ingest/_types/Processors.ts#L1027-L1043',
+'ingest._types.InferenceConfig': 'ingest/_types/Processors.ts#L1084-L1096',
+'ingest._types.InferenceConfigClassification': 'ingest/_types/Processors.ts#L1111-L1137',
+'ingest._types.InferenceConfigRegression': 'ingest/_types/Processors.ts#L1098-L1109',
+'ingest._types.InferenceProcessor': 'ingest/_types/Processors.ts#L1045-L1077',
'ingest._types.Ingest': 'ingest/_types/Simulation.ts#L28-L36',
-'ingest._types.InputConfig': 'ingest/_types/Processors.ts#L1066-L1069',
-'ingest._types.IpLocationProcessor': 'ingest/_types/Processors.ts#L483-L517',
+'ingest._types.InputConfig': 'ingest/_types/Processors.ts#L1079-L1082',
+'ingest._types.IpLocationProcessor': 'ingest/_types/Processors.ts#L496-L530',
'ingest._types.Ipinfo': 'ingest/_types/Database.ts#L59-L59',
-'ingest._types.JoinProcessor': 'ingest/_types/Processors.ts#L1126-L1141',
-'ingest._types.JsonProcessor': 'ingest/_types/Processors.ts#L1143-L1172',
-'ingest._types.JsonProcessorConflictStrategy': 'ingest/_types/Processors.ts#L1174-L1179',
-'ingest._types.KeyValueProcessor': 'ingest/_types/Processors.ts#L1181-L1233',
+'ingest._types.JoinProcessor': 'ingest/_types/Processors.ts#L1139-L1154',
+'ingest._types.JsonProcessor': 'ingest/_types/Processors.ts#L1156-L1185',
+'ingest._types.JsonProcessorConflictStrategy': 'ingest/_types/Processors.ts#L1187-L1192',
+'ingest._types.KeyValueProcessor': 'ingest/_types/Processors.ts#L1194-L1246',
'ingest._types.Local': 'ingest/_types/Database.ts#L63-L65',
-'ingest._types.LowercaseProcessor': 'ingest/_types/Processors.ts#L1235-L1251',
+'ingest._types.LowercaseProcessor': 'ingest/_types/Processors.ts#L1248-L1264',
'ingest._types.Maxmind': 'ingest/_types/Database.ts#L55-L57',
-'ingest._types.NetworkDirectionProcessor': 'ingest/_types/Processors.ts#L1253-L1287',
+'ingest._types.NetworkDirectionProcessor': 'ingest/_types/Processors.ts#L1266-L1300',
'ingest._types.Pipeline': 'ingest/_types/Pipeline.ts#L24-L83',
'ingest._types.PipelineConfig': 'ingest/_types/Pipeline.ts#L99-L113',
-'ingest._types.PipelineProcessor': 'ingest/_types/Processors.ts#L1289-L1300',
+'ingest._types.PipelineProcessor': 'ingest/_types/Processors.ts#L1302-L1313',
'ingest._types.PipelineProcessorResult': 'ingest/_types/Simulation.ts#L59-L67',
'ingest._types.PipelineSimulationStatusOptions': 'ingest/_types/Simulation.ts#L51-L57',
'ingest._types.ProcessorBase': 'ingest/_types/Processors.ts#L304-L327',
'ingest._types.ProcessorContainer': 'ingest/_types/Processors.ts#L28-L302',
'ingest._types.Redact': 'ingest/_types/Simulation.ts#L38-L43',
-'ingest._types.RedactProcessor': 'ingest/_types/Processors.ts#L1302-L1343',
-'ingest._types.RegisteredDomainProcessor': 'ingest/_types/Processors.ts#L1345-L1361',
-'ingest._types.RemoveProcessor': 'ingest/_types/Processors.ts#L1363-L1377',
-'ingest._types.RenameProcessor': 'ingest/_types/Processors.ts#L1379-L1395',
-'ingest._types.RerouteProcessor': 'ingest/_types/Processors.ts#L1397-L1425',
-'ingest._types.ScriptProcessor': 'ingest/_types/Processors.ts#L1427-L1447',
-'ingest._types.SetProcessor': 'ingest/_types/Processors.ts#L1449-L1483',
-'ingest._types.SetSecurityUserProcessor': 'ingest/_types/Processors.ts#L1485-L1494',
-'ingest._types.ShapeType': 'ingest/_types/Processors.ts#L1496-L1499',
+'ingest._types.RedactProcessor': 'ingest/_types/Processors.ts#L1315-L1356',
+'ingest._types.RegisteredDomainProcessor': 'ingest/_types/Processors.ts#L1358-L1374',
+'ingest._types.RemoveProcessor': 'ingest/_types/Processors.ts#L1376-L1390',
+'ingest._types.RenameProcessor': 'ingest/_types/Processors.ts#L1392-L1408',
+'ingest._types.RerouteProcessor': 'ingest/_types/Processors.ts#L1410-L1438',
+'ingest._types.ScriptProcessor': 'ingest/_types/Processors.ts#L1440-L1460',
+'ingest._types.SetProcessor': 'ingest/_types/Processors.ts#L1462-L1497',
+'ingest._types.SetSecurityUserProcessor': 'ingest/_types/Processors.ts#L1499-L1508',
+'ingest._types.ShapeType': 'ingest/_types/Processors.ts#L1510-L1513',
'ingest._types.SimulateDocumentResult': 'ingest/_types/Simulation.ts#L45-L49',
-'ingest._types.SortProcessor': 'ingest/_types/Processors.ts#L1501-L1517',
-'ingest._types.SplitProcessor': 'ingest/_types/Processors.ts#L1519-L1544',
-'ingest._types.TerminateProcessor': 'ingest/_types/Processors.ts#L1546-L1546',
-'ingest._types.TrimProcessor': 'ingest/_types/Processors.ts#L1548-L1564',
-'ingest._types.UppercaseProcessor': 'ingest/_types/Processors.ts#L1566-L1582',
-'ingest._types.UriPartsProcessor': 'ingest/_types/Processors.ts#L1602-L1628',
-'ingest._types.UrlDecodeProcessor': 'ingest/_types/Processors.ts#L1584-L1600',
-'ingest._types.UserAgentProcessor': 'ingest/_types/Processors.ts#L519-L550',
-'ingest._types.UserAgentProperty': 'ingest/_types/Processors.ts#L552-L558',
+'ingest._types.SortProcessor': 'ingest/_types/Processors.ts#L1515-L1531',
+'ingest._types.SplitProcessor': 'ingest/_types/Processors.ts#L1533-L1558',
+'ingest._types.TerminateProcessor': 'ingest/_types/Processors.ts#L1560-L1560',
+'ingest._types.TrimProcessor': 'ingest/_types/Processors.ts#L1562-L1578',
+'ingest._types.UppercaseProcessor': 'ingest/_types/Processors.ts#L1580-L1596',
+'ingest._types.UriPartsProcessor': 'ingest/_types/Processors.ts#L1616-L1642',
+'ingest._types.UrlDecodeProcessor': 'ingest/_types/Processors.ts#L1598-L1614',
+'ingest._types.UserAgentProcessor': 'ingest/_types/Processors.ts#L532-L563',
+'ingest._types.UserAgentProperty': 'ingest/_types/Processors.ts#L565-L571',
'ingest._types.Web': 'ingest/_types/Database.ts#L61-L61',
'ingest.delete_geoip_database.Request': 'ingest/delete_geoip_database/DeleteGeoipDatabaseRequest.ts#L24-L58',
'ingest.delete_geoip_database.Response': 'ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts#L22-L25',
@@ -3440,10 +3440,10 @@
if (hash.length > 1) {
hash = hash.substring(1);
}
- window.location = "https://github.com/elastic/elasticsearch-specification/tree/1819efc45f2245f1f2f74a2997f0eb6d62433300/specification/" + (paths[hash] || "");
+ window.location = "https://github.com/elastic/elasticsearch-specification/tree/6592056603865c2893c8a25ff47b115a3b1fa5db/specification/" + (paths[hash] || "");
*) expressions are supported.
+ * Name of component template to retrieve. Wildcard (*) expressions
+ * are supported.
* *) are supported. To
- * target all data streams and indices in a cluster, omit this parameter or use
- * _all or *.
+ * A comma-separated list of data streams, indices, and index aliases that limit
+ * the request. Wildcard expressions (*) are supported. To target
+ * all data streams and indices in a cluster, omit this parameter or use _all or
+ * *.
* all to wait
+ * for all shards in the cluster to be active. Use 0 to not wait.
* >=N, <=N, >N and
+ * <N. Alternatively, use the notations ge(N),
+ * le(N), gt(N), and lt(N).
* *) are supported. To
- * target all data streams and indices in a cluster, omit this parameter or use
- * _all or *.
+ * A comma-separated list of data streams, indices, and index aliases that limit
+ * the request. Wildcard expressions (*) are supported. To target
+ * all data streams and indices in a cluster, omit this parameter or use _all or
+ * *.
* *) are supported. To
- * target all data streams and indices in a cluster, omit this parameter or use
- * _all or *.
+ * A comma-separated list of data streams, indices, and index aliases that limit
+ * the request. Wildcard expressions (*) are supported. To target
+ * all data streams and indices in a cluster, omit this parameter or use _all or
+ * *.
* all to wait
+ * for all shards in the cluster to be active. Use 0 to not wait.
* all to wait
+ * for all shards in the cluster to be active. Use 0 to not wait.
* >=N, <=N, >N and
+ * <N. Alternatively, use the notations ge(N),
+ * le(N), gt(N), and lt(N).
*