Skip to content

Commit fd84629

Browse files
committed
Fixes broken links
1 parent 6e952fa commit fd84629

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

manage-data/migrate/migrate-data-between-elasticsearch-clusters-with-minimal-downtime.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Limitations include the following:
5151
* **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.
5252
* **Resource usage** – Initial and incremental snapshot and restore operations can be resource-intensive, potentially affecting cluster performance.
5353

54-
## Related resources for incremental snapshots [related-incremental-snapshot-resources]
54+
## Additional topics [additional-incremental-snapshot-topics]
5555
For more information on migrating {{es}} data with minimal downtime using incremental snapshots, review the related resources.
5656

5757
### Snapshot and restore
@@ -60,19 +60,18 @@ For more information on migrating {{es}} data with minimal downtime using increm
6060
* 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).
6161

6262
### 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).
6564

6665
### 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).
6968

7069
### 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).
7271

7372
### 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).
7675

7776
### Additional support
7877
* To get expert assistance for your {{es}} migrations, go to [Elastic Professional Services](https://www.elastic.co/consulting).

0 commit comments

Comments
 (0)