-
Notifications
You must be signed in to change notification settings - Fork 30
Backfill Result Validation
Peter Nied edited this page Sep 19, 2024
·
8 revisions
After the backfill has been completed and the fleet has been stopped
Before examining the contents of the target cluster, it is recommended to run a _refresh
and _flush
on the target cluster. This will help ensure that the report and metrics of the cluster will be accurate portrayed.
You can check the contents of the Target Cluster after the migration using the Console CLI:
console clusters cat-indices
Example cat-indices command output
SOURCE CLUSTER
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open my-index WJPVdHNyQ1KMKol84Cy72Q 1 0 8 0 44.7kb 44.7kb
TARGET CLUSTER
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .opendistro_security N3uy88FGT9eAO7FTbLqqqA 1 0 10 0 78.3kb 78.3kb
This will display the number of documents on each of the indices on the Target Cluster. It is further recommended to run some queries against the Target Cluster that mimic your production workflow and closely examine the results returned.
- Refresh API ↗
- Flush API ↗
Encountering a compatibility issue or missing feature?
- Search existing issues to see if it’s already reported. If it is, feel free to upvote and comment.
- Can’t find it? Create a new issue to let us know.
- Migration Assistant Overview
- Is Migration Assistant Right for You?
- Existing Data Migration - Quick Start Guide
- A. Snapshot Creation Verification
- B. Client Traffic Switchover Verification
- C. Traffic Capture Verification
- D. System Reset Before Migration