@@ -1567,7 +1567,7 @@ async def migrate_to_data_stream(
1567
1567
The write index for the alias becomes the write index for the stream.</p>
1568
1568
1569
1569
1570
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ data-streams.html >`_
1570
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices-migrate-to- data-stream >`_
1571
1571
1572
1572
:param name: Name of the index alias to convert to a data stream.
1573
1573
:param master_timeout: Period to wait for a connection to the master node. If
@@ -1623,7 +1623,7 @@ async def modify_data_stream(
1623
1623
Performs one or more data stream modification actions in a single atomic operation.</p>
1624
1624
1625
1625
1626
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ data-streams.html >`_
1626
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices-modify- data-stream >`_
1627
1627
1628
1628
:param actions: Actions to perform.
1629
1629
"""
@@ -1689,7 +1689,7 @@ async def put_alias(
1689
1689
Adds a data stream or index to an alias.</p>
1690
1690
1691
1691
1692
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-aliases.html >`_
1692
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-put-alias >`_
1693
1693
1694
1694
:param index: Comma-separated list of data streams or indices to add. Supports
1695
1695
wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -1796,7 +1796,7 @@ async def put_data_lifecycle(
1796
1796
Update the data stream lifecycle of the specified data streams.</p>
1797
1797
1798
1798
1799
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/data-streams -put-lifecycle.html >`_
1799
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices -put-data- lifecycle>`_
1800
1800
1801
1801
:param name: Comma-separated list of data streams used to limit the request.
1802
1802
Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -1924,7 +1924,7 @@ async def put_index_template(
1924
1924
If an entry already exists with the same key, then it is overwritten by the new definition.</p>
1925
1925
1926
1926
1927
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-put-template.html >`_
1927
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-put-index- template>`_
1928
1928
1929
1929
:param name: Index or template name
1930
1930
:param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -2845,7 +2845,7 @@ async def update_aliases(
2845
2845
Adds a data stream or index to an alias.</p>
2846
2846
2847
2847
2848
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/ indices-aliases.html >`_
2848
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation- indices-update- aliases>`_
2849
2849
2850
2850
:param actions: Actions to perform.
2851
2851
:param master_timeout: Period to wait for a connection to the master node. If
@@ -2924,7 +2924,7 @@ async def validate_query(
2924
2924
Validates a query without running it.</p>
2925
2925
2926
2926
2927
- `<https://www.elastic.co/guide/en/ elasticsearch/reference/master/search- validate.html >`_
2927
+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/operation/operation-indices- validate-query >`_
2928
2928
2929
2929
:param index: Comma-separated list of data streams, indices, and aliases to search.
2930
2930
Supports wildcards (`*`). To search all data streams or indices, omit this
0 commit comments