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
Copy file name to clipboardExpand all lines: manage-data/migrate/migrate-data-between-elasticsearch-clusters-with-minimal-downtime.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Limitations include the following:
51
51
***Custom integrations** – Some custom integrations that directly uses the {{es}} API may require additional handling during the cutover from the old cluster to the new cluster.
52
52
***Resource usage** – Initial and incremental snapshot and restore operations can be resource-intensive, potentially affecting cluster performance.
53
53
54
-
## Related resources for incremental snapshots [related-incremental-snapshot-resources]
For more information on migrating {{es}} data with minimal downtime using incremental snapshots, review the related resources.
56
56
57
57
### Snapshot and restore
@@ -60,19 +60,18 @@ For more information on migrating {{es}} data with minimal downtime using increm
60
60
* To learn how to restore snapshots to clusters other than the source, check [Restore into a different cluster](/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md#restore-different-cluster).
61
61
62
62
### Cluster and index management
63
-
* For details on setting indices to read-only to safely pause indexing during migration, check [Pausing indexing and read-only indices](/manage-data/index-management/index-modules.md#readonly-index).
64
-
* For guidance on managing cluster-wide settings during migration, [Managing Elasticsearch cluster settings](/manage-data/cluster/index.html).
63
+
* For details on setting indices to read-only to safely pause indexing during migration, check [Pausing indexing and read-only indices](elasticsearch://reference/elasticsearch/index-lifecycle-actions/ilm-readonly.md).
65
64
66
65
### Data ingestion
67
-
* For information about using {{ls}} for data ingestion, check the [Logstash documentation](/logs/logstash/index.html).
68
-
* For information about using Beats for data ingestion, check [Beats documentation](/beats/index.html).
66
+
* For information about using {{ls}} for data ingestion, check the [Logstash documentation](logstash://reference/index.md).
67
+
* For information about using Beats for data ingestion, check [Beats documentation][Beats](beats://reference/index.md).
69
68
70
69
### Alternative migration methods
71
-
* To learn about reindexing from remote clusters as an alternative migration method, check [Reindex API](/api-docs/elasticsearch/reference/current/docs-reindex.html).
70
+
* To learn about reindexing from remote clusters as an alternative migration method, check [Reindex documents API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex).
72
71
73
72
### Elastic Cloud environments
74
-
* To explore {{ech}} environments for migration targets, check the [Elastic Cloud (ECH) documentation](/cloud/index.html).
75
-
* To explore {{ece}} environments for migration targets, check the [Elastic Cloud Enterprise (ECE) documentation](/deploy-manage/cloud-enterprise/index.html).
73
+
* To explore {{ech}} environments for migration targets, check the [{{ech}} documentation](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md).
74
+
* To explore {{ece}} environments for migration targets, check the [{{ece}} documentation](/deploy-manage/deploy/cloud-enterprise.md).
76
75
77
76
### Additional support
78
77
* To get expert assistance for your {{es}} migrations, go to [Elastic Professional Services](https://www.elastic.co/consulting).
0 commit comments