@@ -3006,7 +3006,7 @@ async def migrate_to_data_stream(
3006
3006
The write index for the alias becomes the write index for the stream.</p>
3007
3007
3008
3008
3009
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ data-streams.html >`_
3009
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices-migrate-to- data-stream >`_
3010
3010
3011
3011
:param name: Name of the index alias to convert to a data stream.
3012
3012
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3062,7 +3062,7 @@ async def modify_data_stream(
3062
3062
Performs one or more data stream modification actions in a single atomic operation.</p>
3063
3063
3064
3064
3065
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ data-streams.html >`_
3065
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices-modify- data-stream >`_
3066
3066
3067
3067
:param actions: Actions to perform.
3068
3068
"""
@@ -3227,7 +3227,7 @@ async def promote_data_stream(
3227
3227
This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.</p>
3228
3228
3229
3229
3230
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ data-streams.html >`_
3230
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices-promote- data-stream >`_
3231
3231
3232
3232
:param name: The name of the data stream
3233
3233
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3293,7 +3293,7 @@ async def put_alias(
3293
3293
Adds a data stream or index to an alias.</p>
3294
3294
3295
3295
3296
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-aliases.html >`_
3296
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-put-alias >`_
3297
3297
3298
3298
:param index: Comma-separated list of data streams or indices to add. Supports
3299
3299
wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -3400,7 +3400,7 @@ async def put_data_lifecycle(
3400
3400
Update the data stream lifecycle of the specified data streams.</p>
3401
3401
3402
3402
3403
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/data-streams -put-lifecycle.html >`_
3403
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices -put-data- lifecycle>`_
3404
3404
3405
3405
:param name: Comma-separated list of data streams used to limit the request.
3406
3406
Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -3528,7 +3528,7 @@ async def put_index_template(
3528
3528
If an entry already exists with the same key, then it is overwritten by the new definition.</p>
3529
3529
3530
3530
3531
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-put-template.html >`_
3531
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-put-index- template>`_
3532
3532
3533
3533
:param name: Index or template name
3534
3534
:param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -5372,7 +5372,7 @@ async def update_aliases(
5372
5372
Adds a data stream or index to an alias.</p>
5373
5373
5374
5374
5375
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-aliases.html >`_
5375
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-update- aliases>`_
5376
5376
5377
5377
:param actions: Actions to perform.
5378
5378
:param master_timeout: Period to wait for a connection to the master node. If
@@ -5451,7 +5451,7 @@ async def validate_query(
5451
5451
Validates a query without running it.</p>
5452
5452
5453
5453
5454
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/search- validate.html >`_
5454
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices- validate-query >`_
5455
5455
5456
5456
:param index: Comma-separated list of data streams, indices, and aliases to search.
5457
5457
Supports wildcards (`*`). To search all data streams or indices, omit this
0 commit comments