Bird
0
0

How can you combine ILM with snapshot lifecycle management to ensure data safety before deleting indices?

hard🚀 Application Q9 of 15
Elasticsearch - Index Management
How can you combine ILM with snapshot lifecycle management to ensure data safety before deleting indices?
AAdd a snapshot action in the warm phase before the delete phase
BAdd a snapshot action in the delete phase after deletion
CAdd a snapshot action in the cold phase before deletion
DAdd a snapshot action in the hot phase after rollover
Step-by-Step Solution
Solution:
  1. Step 1: Identify safe snapshot timing

    Snapshots should be taken before deletion to preserve data, typically in the cold phase.
  2. Step 2: Avoid snapshot after deletion

    Snapshot after deletion is impossible; snapshot in warm or hot phases may be too early.
  3. Final Answer:

    Add a snapshot action in the cold phase before deletion -> Option C
  4. Quick Check:

    Snapshot before delete = cold phase [OK]
Quick Trick: Snapshot indices before deletion in cold phase [OK]
Common Mistakes:
MISTAKES
  • Taking snapshot after deletion
  • Snapshot in delete phase
  • Snapshot too early in hot phase

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes