@@ -3009,7 +3009,7 @@ async def migrate_to_data_stream(
3009
3009
The write index for the alias becomes the write index for the stream.</p>
3010
3010
3011
3011
3012
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ data-streams.html >`_
3012
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation-indices-migrate-to- data-stream >`_
3013
3013
3014
3014
:param name: Name of the index alias to convert to a data stream.
3015
3015
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3065,7 +3065,7 @@ async def modify_data_stream(
3065
3065
Performs one or more data stream modification actions in a single atomic operation.</p>
3066
3066
3067
3067
3068
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ data-streams.html >`_
3068
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation-indices-modify- data-stream >`_
3069
3069
3070
3070
:param actions: Actions to perform.
3071
3071
"""
@@ -3230,7 +3230,7 @@ async def promote_data_stream(
3230
3230
This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.</p>
3231
3231
3232
3232
3233
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ data-streams.html >`_
3233
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation-indices-promote- data-stream >`_
3234
3234
3235
3235
:param name: The name of the data stream
3236
3236
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3296,7 +3296,7 @@ async def put_alias(
3296
3296
Adds a data stream or index to an alias.</p>
3297
3297
3298
3298
3299
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ indices-aliases.html >`_
3299
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- indices-put-alias >`_
3300
3300
3301
3301
:param index: Comma-separated list of data streams or indices to add. Supports
3302
3302
wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -3403,7 +3403,7 @@ async def put_data_lifecycle(
3403
3403
Update the data stream lifecycle of the specified data streams.</p>
3404
3404
3405
3405
3406
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/data-streams -put-lifecycle.html >`_
3406
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation-indices -put-data- lifecycle>`_
3407
3407
3408
3408
:param name: Comma-separated list of data streams used to limit the request.
3409
3409
Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -3531,7 +3531,7 @@ async def put_index_template(
3531
3531
If an entry already exists with the same key, then it is overwritten by the new definition.</p>
3532
3532
3533
3533
3534
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ indices-put-template.html >`_
3534
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- indices-put-index- template>`_
3535
3535
3536
3536
:param name: Index or template name
3537
3537
:param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -5465,7 +5465,7 @@ async def update_aliases(
5465
5465
Adds a data stream or index to an alias.</p>
5466
5466
5467
5467
5468
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ indices-aliases.html >`_
5468
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- indices-update- aliases>`_
5469
5469
5470
5470
:param actions: Actions to perform.
5471
5471
:param master_timeout: Period to wait for a connection to the master node. If
0 commit comments