Historically I have been using curator + cron to manage my snapshot schedules and configs.
Similar to curator- are there any plans to allow the snapshot plugin to apply specific conditions to the indices it snapshots?
For example I have a cluster with 50TB of log data at any given time. The current state of the plug-in from what I can tell will allow me to schedule a snapshot of a specific index pattern (or all indices).
Obviously this doesn’t make much sense in saving cost for snapshot storage since I really only need to snapshot indices that are at most a day old. (index roll over policy daily or even hourly in some cases)
Are there any plans to add this functionality similar to curator where for a given index pattern you can specify some conditions around the snapshot ie: creation date etc?
I tried searching the issues on GitHub and came up with nothing.
Thanks!