Im looking for documentation about how to migrate old(er) data to "cold" storage. Specifically we use elastic to store audit data. This needs to be kept (nearly) indefinitely but certainly isn't accessed very often. There's no reason to keep this data in memory though.
It looks like "curator" is the tool to do this but Im not coming up with many examples of how it's done. We use curator to delete older indexes.
Ultimately I would think we need to do two things:
- consolidate
- move to 'cold'
Can someone point me at info / docs on how to achieve these?