Trying to have curator clean up an index I have named "syslog"
I have this action yml:
actions:
1:
action: delete_indices
description: >-
Delete indices older than hour
options:
ignore_empty_list: True
timeout_override:
continue_if_exception: False
disable_action: False
filters:
- filtertype: pattern
kind: prefix
value: syslog
exclude:
- filtertype: age
source: name
direction: older
timestring: '%Y.%m.%d'
unit: hours
unit_count: 1
exclude:
I tried both "hours" and "days" but I keeping getting this message from curator:
Skipping action "delete_indices" due to empty list: <class 'curator.exceptions.NoIndices'>