@@ -67,7 +67,7 @@ async def aliases(
67
67
Shows information about currently configured aliases to indices including filter
68
68
and routing infos.
69
69
70
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html>`_
70
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-alias.html>`_
71
71
72
72
:param name: A comma-separated list of alias names to return
73
73
:param expand_wildcards: Whether to expand wildcard expression to concrete indices
@@ -151,7 +151,7 @@ async def allocation(
151
151
Provides a snapshot of how many shards are allocated to each data node and how
152
152
much disk space they are using.
153
153
154
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-allocation.html>`_
154
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-allocation.html>`_
155
155
156
156
:param node_id: A comma-separated list of node IDs or names to limit the returned
157
157
information
@@ -229,7 +229,7 @@ async def component_templates(
229
229
"""
230
230
Returns information about existing component_templates templates.
231
231
232
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-compoentn-templates.html>`_
232
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-compoentn-templates.html>`_
233
233
234
234
:param name: A pattern that returned component template names must match
235
235
:param format: Specifies the format to return the columnar data in, can be set
@@ -304,7 +304,7 @@ async def count(
304
304
Provides quick access to the document count of the entire cluster, or individual
305
305
indices.
306
306
307
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html>`_
307
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-count.html>`_
308
308
309
309
:param index: A comma-separated list of index names to limit the returned information
310
310
:param format: Specifies the format to return the columnar data in, can be set
@@ -384,7 +384,7 @@ async def fielddata(
384
384
Shows how much heap memory is currently being used by fielddata on every data
385
385
node in the cluster.
386
386
387
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-fielddata.html>`_
387
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-fielddata.html>`_
388
388
389
389
:param fields: A comma-separated list of fields to return the fielddata size
390
390
:param bytes: The unit in which to display byte values
@@ -461,7 +461,7 @@ async def health(
461
461
"""
462
462
Returns a concise representation of the cluster health.
463
463
464
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-health.html>`_
464
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-health.html>`_
465
465
466
466
:param format: Specifies the format to return the columnar data in, can be set
467
467
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -533,7 +533,7 @@ async def help(
533
533
"""
534
534
Returns help for the Cat APIs.
535
535
536
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html>`_
536
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat.html>`_
537
537
538
538
:param format: Specifies the format to return the columnar data in, can be set
539
539
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -628,7 +628,7 @@ async def indices(
628
628
Returns information about indices: number of primaries and replicas, document
629
629
counts, disk size, ...
630
630
631
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html>`_
631
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-indices.html>`_
632
632
633
633
:param index: A comma-separated list of index names to limit the returned information
634
634
:param bytes: The unit in which to display byte values
@@ -719,7 +719,7 @@ async def master(
719
719
"""
720
720
Returns information about the master node.
721
721
722
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-master.html>`_
722
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-master.html>`_
723
723
724
724
:param format: Specifies the format to return the columnar data in, can be set
725
725
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -838,7 +838,7 @@ async def ml_data_frame_analytics(
838
838
"""
839
839
Gets configuration and usage information about data frame analytics jobs.
840
840
841
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html>`_
841
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-dfanalytics.html>`_
842
842
843
843
:param id: The ID of the data frame analytics to fetch
844
844
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -969,7 +969,7 @@ async def ml_datafeeds(
969
969
"""
970
970
Gets configuration and usage information about datafeeds.
971
971
972
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html>`_
972
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-datafeeds.html>`_
973
973
974
974
:param datafeed_id: A numerical character string that uniquely identifies the
975
975
datafeed.
@@ -1106,7 +1106,7 @@ async def ml_jobs(
1106
1106
"""
1107
1107
Gets configuration and usage information about anomaly detection jobs.
1108
1108
1109
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html>`_
1109
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-anomaly-detectors.html>`_
1110
1110
1111
1111
:param job_id: Identifier for the anomaly detection job.
1112
1112
:param allow_no_match: Specifies what to do when the request: * Contains wildcard
@@ -1246,7 +1246,7 @@ async def ml_trained_models(
1246
1246
"""
1247
1247
Gets configuration and usage information about inference trained models.
1248
1248
1249
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html>`_
1249
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-trained-model.html>`_
1250
1250
1251
1251
:param model_id: The ID of the trained models stats to fetch
1252
1252
:param allow_no_match: Whether to ignore if a wildcard expression matches no
@@ -1331,7 +1331,7 @@ async def nodeattrs(
1331
1331
"""
1332
1332
Returns information about custom node attributes.
1333
1333
1334
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodeattrs.html>`_
1334
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-nodeattrs.html>`_
1335
1335
1336
1336
:param format: Specifies the format to return the columnar data in, can be set
1337
1337
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1404,7 +1404,7 @@ async def nodes(
1404
1404
"""
1405
1405
Returns basic statistics about performance of cluster nodes.
1406
1406
1407
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-nodes.html>`_
1407
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-nodes.html>`_
1408
1408
1409
1409
:param bytes: The unit in which to display byte values
1410
1410
:param format: Specifies the format to return the columnar data in, can be set
@@ -1480,7 +1480,7 @@ async def pending_tasks(
1480
1480
"""
1481
1481
Returns a concise representation of the cluster pending tasks.
1482
1482
1483
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-pending-tasks.html>`_
1483
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-pending-tasks.html>`_
1484
1484
1485
1485
:param format: Specifies the format to return the columnar data in, can be set
1486
1486
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1549,7 +1549,7 @@ async def plugins(
1549
1549
"""
1550
1550
Returns information about installed plugins across nodes node.
1551
1551
1552
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-plugins.html>`_
1552
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-plugins.html>`_
1553
1553
1554
1554
:param format: Specifies the format to return the columnar data in, can be set
1555
1555
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1624,7 +1624,7 @@ async def recovery(
1624
1624
"""
1625
1625
Returns information about index shard recoveries, both on-going completed.
1626
1626
1627
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-recovery.html>`_
1627
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-recovery.html>`_
1628
1628
1629
1629
:param index: Comma-separated list or wildcard expression of index names to limit
1630
1630
the returned information
@@ -1708,7 +1708,7 @@ async def repositories(
1708
1708
"""
1709
1709
Returns information about snapshot repositories registered in the cluster.
1710
1710
1711
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-repositories.html>`_
1711
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-repositories.html>`_
1712
1712
1713
1713
:param format: Specifies the format to return the columnar data in, can be set
1714
1714
to `text`, `json`, `cbor`, `yaml`, or `smile`.
@@ -1781,7 +1781,7 @@ async def segments(
1781
1781
"""
1782
1782
Provides low-level information about the segments in the shards of an index.
1783
1783
1784
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-segments.html>`_
1784
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-segments.html>`_
1785
1785
1786
1786
:param index: A comma-separated list of index names to limit the returned information
1787
1787
:param bytes: The unit in which to display byte values
@@ -1861,7 +1861,7 @@ async def shards(
1861
1861
"""
1862
1862
Provides a detailed view of shard allocation on nodes.
1863
1863
1864
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-shards.html>`_
1864
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-shards.html>`_
1865
1865
1866
1866
:param index: A comma-separated list of index names to limit the returned information
1867
1867
:param bytes: The unit in which to display byte values
@@ -1941,7 +1941,7 @@ async def snapshots(
1941
1941
"""
1942
1942
Returns all snapshots in a specific repository.
1943
1943
1944
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-snapshots.html>`_
1944
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-snapshots.html>`_
1945
1945
1946
1946
:param repository: Name of repository from which to fetch the snapshot information
1947
1947
:param format: Specifies the format to return the columnar data in, can be set
@@ -2022,7 +2022,7 @@ async def tasks(
2022
2022
Returns information about the tasks currently executing on one or more nodes
2023
2023
in the cluster.
2024
2024
2025
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /tasks.html>`_
2025
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /tasks.html>`_
2026
2026
2027
2027
:param actions: A comma-separated list of actions that should be returned. Leave
2028
2028
empty to return all.
@@ -2105,7 +2105,7 @@ async def templates(
2105
2105
"""
2106
2106
Returns information about existing templates.
2107
2107
2108
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-templates.html>`_
2108
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-templates.html>`_
2109
2109
2110
2110
:param name: A pattern that returned template names must match
2111
2111
:param format: Specifies the format to return the columnar data in, can be set
@@ -2185,7 +2185,7 @@ async def thread_pool(
2185
2185
Returns cluster-wide thread pool statistics per node. By default the active,
2186
2186
queue and rejected statistics are returned for all thread pools.
2187
2187
2188
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-thread-pool.html>`_
2188
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-thread-pool.html>`_
2189
2189
2190
2190
:param thread_pool_patterns: List of thread pool names used to limit the request.
2191
2191
Accepts wildcard expressions.
@@ -2315,7 +2315,7 @@ async def transforms(
2315
2315
"""
2316
2316
Gets configuration and usage information about transforms.
2317
2317
2318
- `<https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html>`_
2318
+ `<https://www.elastic.co/guide/en/elasticsearch/reference/8.5 /cat-transforms.html>`_
2319
2319
2320
2320
:param transform_id: The id of the transform for which to get stats. '_all' or
2321
2321
'*' implies all transforms
0 commit comments