You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5655,7 +5655,7 @@ Create an index from a source index.
5655
5655
5656
5656
Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
@@ -1278,7 +1278,7 @@ export default class Indices {
1278
1278
1279
1279
/**
1280
1280
* Create an index from a source index. Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
1281
-
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration | Elasticsearch API documentation}
1281
+
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-create-from | Elasticsearch API documentation}
@@ -2697,7 +2697,7 @@ export default class Indices {
2697
2697
2698
2698
/**
2699
2699
* Reindex legacy backing indices. Reindex all legacy backing indices for a data stream. This operation occurs in a persistent task. The persistent task ID is returned immediately and the reindexing work is completed in that task.
2700
-
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/group/endpoint-migration | Elasticsearch API documentation}
2700
+
* @see {@link https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-indices-migrate-reindex | Elasticsearch API documentation}
0 commit comments