File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ async def cancel_migrate_reindex(
265
265
<p>Cancel a migration reindex attempt for a data stream or index.</p>
266
266
267
267
268
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
268
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex >`_
269
269
270
270
:param index: The index or data stream name
271
271
"""
@@ -794,7 +794,7 @@ async def create_from(
794
794
<p>Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.</p>
795
795
796
796
797
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
797
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from >`_
798
798
799
799
:param source: The source index or data stream name
800
800
:param dest: The destination index or data stream name
@@ -2952,7 +2952,7 @@ async def migrate_reindex(
2952
2952
The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>
2953
2953
2954
2954
2955
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
2955
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex >`_
2956
2956
2957
2957
:param reindex:
2958
2958
"""
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def cancel_migrate_reindex(
265
265
<p>Cancel a migration reindex attempt for a data stream or index.</p>
266
266
267
267
268
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
268
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-cancel-migrate-reindex >`_
269
269
270
270
:param index: The index or data stream name
271
271
"""
@@ -794,7 +794,7 @@ def create_from(
794
794
<p>Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.</p>
795
795
796
796
797
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
797
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from >`_
798
798
799
799
:param source: The source index or data stream name
800
800
:param dest: The destination index or data stream name
@@ -2952,7 +2952,7 @@ def migrate_reindex(
2952
2952
The persistent task ID is returned immediately and the reindexing work is completed in that task.</p>
2953
2953
2954
2954
2955
- `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration >`_
2955
+ `<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex >`_
2956
2956
2957
2957
:param reindex:
2958
2958
"""
You can’t perform that action at this time.
0 commit comments