Skip to content
Snippets Groups Projects
actions.yml 415 B
Newer Older
nimrod's avatar
nimrod committed
---
actions:
    1:
        action: delete_indices
        description: Delete old indices
        ignore_empty_list: True
        filters:
            - filtertype: pattern
              kind: timestring
              value: '%Y.%m.%d'
            - filtertype: age
              source: name
              direction: older
              timestring: '%Y.%m.%d'
              unit: days
              unit_count: 3