@@ -53,7 +53,7 @@ async def allocation_explain(
53
53
or why a shard continues to remain on its current node when you might expect
54
54
otherwise.
55
55
56
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-allocation-explain.html>`_
56
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-allocation-explain.html>`_
57
57
58
58
:param current_node: Specifies the node ID or the name of the node to only explain
59
59
a shard that is currently located on the specified node.
@@ -126,7 +126,7 @@ async def delete_component_template(
126
126
Delete component templates. Component templates are building blocks for constructing
127
127
index templates that specify index mappings, settings, and aliases.
128
128
129
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
129
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
130
130
131
131
:param name: Comma-separated list or wildcard expression of component template
132
132
names used to limit the request.
@@ -178,7 +178,7 @@ async def delete_voting_config_exclusions(
178
178
Clear cluster voting config exclusions. Remove master-eligible nodes from the
179
179
voting configuration exclusion list.
180
180
181
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /voting-config-exclusions.html>`_
181
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /voting-config-exclusions.html>`_
182
182
183
183
:param master_timeout: Period to wait for a connection to the master node.
184
184
:param wait_for_removal: Specifies whether to wait for all excluded nodes to
@@ -229,7 +229,7 @@ async def exists_component_template(
229
229
Check component templates. Returns information about whether a particular component
230
230
template exists.
231
231
232
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
232
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
233
233
234
234
:param name: Comma-separated list of component template names used to limit the
235
235
request. Wildcard (*) expressions are supported.
@@ -284,7 +284,7 @@ async def get_component_template(
284
284
"""
285
285
Get component templates. Get information about component templates.
286
286
287
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
287
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
288
288
289
289
:param name: Comma-separated list of component template names used to limit the
290
290
request. Wildcard (`*`) expressions are supported.
@@ -348,7 +348,7 @@ async def get_settings(
348
348
Get cluster-wide settings. By default, it returns only settings that have been
349
349
explicitly defined.
350
350
351
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-get-settings.html>`_
351
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-get-settings.html>`_
352
352
353
353
:param flat_settings: If `true`, returns settings in flat format.
354
354
:param include_defaults: If `true`, returns default cluster settings from the
@@ -439,7 +439,7 @@ async def health(
439
439
high watermark health level. The cluster status is controlled by the worst index
440
440
status.
441
441
442
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-health.html>`_
442
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-health.html>`_
443
443
444
444
:param index: Comma-separated list of data streams, indices, and index aliases
445
445
used to limit the request. Wildcard expressions (`*`) are supported. To target
@@ -543,7 +543,7 @@ async def info(
543
543
"""
544
544
Get cluster info. Returns basic information about the cluster.
545
545
546
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-info.html>`_
546
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-info.html>`_
547
547
548
548
:param target: Limits the information returned to the specific target. Supports
549
549
a comma-separated list, such as http,ingest.
@@ -592,7 +592,7 @@ async def pending_tasks(
592
592
index command causes a cluster state update, the activity of this task might
593
593
be reported by both task api and pending cluster tasks API.
594
594
595
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-pending.html>`_
595
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-pending.html>`_
596
596
597
597
:param local: If `true`, the request retrieves information from the local node
598
598
only. If `false`, information is retrieved from the master node.
@@ -667,7 +667,7 @@ async def post_voting_config_exclusions(
667
667
master-ineligible nodes or when removing fewer than half of the master-eligible
668
668
nodes.
669
669
670
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /voting-config-exclusions.html>`_
670
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /voting-config-exclusions.html>`_
671
671
672
672
:param master_timeout: Period to wait for a connection to the master node.
673
673
:param node_ids: A comma-separated list of the persistent ids of the nodes to
@@ -746,7 +746,7 @@ async def put_component_template(
746
746
template to a data stream or index. To be applied, a component template must
747
747
be included in an index template's `composed_of` list.
748
748
749
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /indices-component-template.html>`_
749
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /indices-component-template.html>`_
750
750
751
751
:param name: Name of the component template to create. Elasticsearch includes
752
752
the following built-in component templates: `logs-mappings`; `logs-settings`;
@@ -854,7 +854,7 @@ async def put_settings(
854
854
settings can clear unexpectedly, resulting in a potentially undesired cluster
855
855
configuration.
856
856
857
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-update-settings.html>`_
857
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-update-settings.html>`_
858
858
859
859
:param flat_settings: Return settings in flat format (default: false)
860
860
:param master_timeout: Explicit operation timeout for connection to master node
@@ -910,7 +910,7 @@ async def remote_info(
910
910
This API returns connection and endpoint information keyed by the configured
911
911
remote cluster alias.
912
912
913
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-remote-info.html>`_
913
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-remote-info.html>`_
914
914
"""
915
915
__path_parts : t .Dict [str , str ] = {}
916
916
__path = "/_remote/info"
@@ -973,7 +973,7 @@ async def reroute(
973
973
API with the `?retry_failed` URI query parameter, which will attempt a single
974
974
retry round for these shards.
975
975
976
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-reroute.html>`_
976
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-reroute.html>`_
977
977
978
978
:param commands: Defines the commands to perform.
979
979
:param dry_run: If true, then the request simulates the operation. It will calculate
@@ -1081,7 +1081,7 @@ async def state(
1081
1081
external monitoring tools. Instead, obtain the information you require using
1082
1082
other more stable cluster APIs.
1083
1083
1084
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-state.html>`_
1084
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-state.html>`_
1085
1085
1086
1086
:param metric: Limit the information returned to the specified metrics
1087
1087
:param index: A comma-separated list of index names; use `_all` or empty string
@@ -1167,7 +1167,7 @@ async def stats(
1167
1167
usage) and information about the current nodes that form the cluster (number,
1168
1168
roles, os, jvm versions, memory usage, cpu and installed plugins).
1169
1169
1170
- `<https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /cluster-stats.html>`_
1170
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.17 /cluster-stats.html>`_
1171
1171
1172
1172
:param node_id: Comma-separated list of node filters used to limit returned information.
1173
1173
Defaults to all nodes in the cluster.
0 commit comments