elasticsearch/curator/config/action_delete_maillog.yml

18 lines
365 B
YAML
Raw Normal View History

2021-01-15 18:19:45 +03:00
actions:
7:
action: delete_indices
description: >-
Delete indices older than
options:
ignore_empty_list: True
disable_action: False
filters:
- filtertype: pattern
kind: prefix
value: maillog_filebeat-
- filtertype: age
source: creation_date
direction: older
unit: days
unit_count: 30