Skip to content

Commit ed13098

Browse files
Auto-generated API code (#2837)
1 parent 9220201 commit ed13098

File tree

10 files changed

+818
-188
lines changed

10 files changed

+818
-188
lines changed

elasticsearch/_async/client/indices.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ async def migrate_to_data_stream(
30063006
The write index for the alias becomes the write index for the stream.</p>
30073007
30083008
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>`_
30103010
30113011
:param name: Name of the index alias to convert to a data stream.
30123012
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3062,7 +3062,7 @@ async def modify_data_stream(
30623062
Performs one or more data stream modification actions in a single atomic operation.</p>
30633063
30643064
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>`_
30663066
30673067
:param actions: Actions to perform.
30683068
"""
@@ -3227,7 +3227,7 @@ async def promote_data_stream(
32273227
This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.</p>
32283228
32293229
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>`_
32313231
32323232
:param name: The name of the data stream
32333233
:param master_timeout: Period to wait for a connection to the master node. If
@@ -3293,7 +3293,7 @@ async def put_alias(
32933293
Adds a data stream or index to an alias.</p>
32943294
32953295
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>`_
32973297
32983298
:param index: Comma-separated list of data streams or indices to add. Supports
32993299
wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -3400,7 +3400,7 @@ async def put_data_lifecycle(
34003400
Update the data stream lifecycle of the specified data streams.</p>
34013401
34023402
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>`_
34043404
34053405
:param name: Comma-separated list of data streams used to limit the request.
34063406
Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -3528,7 +3528,7 @@ async def put_index_template(
35283528
If an entry already exists with the same key, then it is overwritten by the new definition.</p>
35293529
35303530
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>`_
35323532
35333533
:param name: Index or template name
35343534
:param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -5372,7 +5372,7 @@ async def update_aliases(
53725372
Adds a data stream or index to an alias.</p>
53735373
53745374
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>`_
53765376
53775377
:param actions: Actions to perform.
53785378
:param master_timeout: Period to wait for a connection to the master node. If
@@ -5451,7 +5451,7 @@ async def validate_query(
54515451
Validates a query without running it.</p>
54525452
54535453
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>`_
54555455
54565456
:param index: Comma-separated list of data streams, indices, and aliases to search.
54575457
Supports wildcards (`*`). To search all data streams or indices, omit this

0 commit comments

Comments
 (0)