Skip to content

Commit 28a01e5

Browse files
Update manage-data/migrate/migrate-data-between-elasticsearch-clusters-with-minimal-downtime.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 7af3e17 commit 28a01e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Migrating with incremental snapshots is useful when you want to:
2121
* Ensure data ingestion, such as {{ls}} or {{beats}}, and data consumption, such as applications using {{es}} as a backend, seamlessly migrate to the new cluster.
2222
* Maintain data consistency and minimize disruption.
2323

24-
## How incremental snapshots works [how-incremental-snapshots-work]
24+
## How incremental snapshots work [how-incremental-snapshots-work]
2525
Incremental snapshots capture only the data that has changed since the previous snapshot.
2626

2727
After the initial full snapshot, each subsequent snapshot contains only the differences, which makes the snapshot process faster over time. When you restore snapshots, only the missing data segments are copied from the snapshot repository to the cluster local storage, speeding up restores when the changes between snapshots are small.

0 commit comments

Comments
 (0)