@@ -3009,7 +3009,7 @@ async def migrate_to_data_stream(
30093009 The write index for the alias becomes the write index for the stream.</p>
30103010
30113011
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 >`_
30133013
30143014 :param name: Name of the index alias to convert to a data stream.
30153015 :param master_timeout: Period to wait for a connection to the master node. If
@@ -3065,7 +3065,7 @@ async def modify_data_stream(
30653065 Performs one or more data stream modification actions in a single atomic operation.</p>
30663066
30673067
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 >`_
30693069
30703070 :param actions: Actions to perform.
30713071 """
@@ -3230,7 +3230,7 @@ async def promote_data_stream(
32303230 This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.</p>
32313231
32323232
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 >`_
32343234
32353235 :param name: The name of the data stream
32363236 :param master_timeout: Period to wait for a connection to the master node. If
@@ -3296,7 +3296,7 @@ async def put_alias(
32963296 Adds a data stream or index to an alias.</p>
32973297
32983298
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 >`_
33003300
33013301 :param index: Comma-separated list of data streams or indices to add. Supports
33023302 wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -3403,7 +3403,7 @@ async def put_data_lifecycle(
34033403 Update the data stream lifecycle of the specified data streams.</p>
34043404
34053405
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>`_
34073407
34083408 :param name: Comma-separated list of data streams used to limit the request.
34093409 Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -3531,7 +3531,7 @@ async def put_index_template(
35313531 If an entry already exists with the same key, then it is overwritten by the new definition.</p>
35323532
35333533
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>`_
35353535
35363536 :param name: Index or template name
35373537 :param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -5465,7 +5465,7 @@ async def update_aliases(
54655465 Adds a data stream or index to an alias.</p>
54665466
54675467
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>`_
54695469
54705470 :param actions: Actions to perform.
54715471 :param master_timeout: Period to wait for a connection to the master node. If
0 commit comments