- delete_indices删除索引配置示例">delete_indices删除索引配置示例
- delete_snapshot删除快照配置示例">delete_snapshot删除快照配置示例
delete_indices删除索引配置示例
actions:
1:
action: delete_indices
description: "Delete selected indices"
options:
continue_if_exception: False
filters:
- filtertype: pattern
kind: regex
value: '^dtlog-1.*2019.04'
delete_snapshot删除快照配置示例
actions:
1:
action: delete_snapshots
description: "Delete selected snapshots from 'repository'"
options:
repository: curator-dtlog08
retry_interval: 120
retry_count: 3
timeout_override: 3600
filters:
- filtertype: pattern
kind: regex
value: '^curator.*'