What is the correct way to verify that an Elasticsearch snapshot completed successfully and the data is restorable?
-
A
Check that _cat/snapshots shows status=SUCCESS and perform a test restore to a separate index
-
B
Confirm the snapshot repository path is not empty
-
C
Run _flush on the index after the snapshot
-
D
Check that no red shards existed at snapshot time