Hi,
How do I configure delete_indices.yml for filters for a weekly and monthly indices created in Elasticsearch?
I am using curator to delete indices for the past 6 months using source: name.
Tried this for the monthly!
- filtertype: age
source: name
direction: older
timestring: '%Y.%m'
unit: months
unit_count: 6
How about for the weekly?
Any thoughts?
Thanks!