Hi running Curator 5.1 and Elasticsearch 6.4.2
I have the following Curator action... Which works. My concern is how do I catch the last day of the month?
So on September 1st I would need to make sure the last bit of August gets backed up...
actions:
6:
action: snapshot
description: Daily raange backups.
options:
repository: s3-repository
name: test-%Y.%m.%d
wait_for_completion: True
max_wait: 1200
wait_interval: 10
ignore_unavailable: True
include_global_state: True
partial: False
skip_repo_fs_check: False
filters:
- filtertype: pattern
kind: regex
value: '^(.*-prod-xxxxxx-).*$'
- filtertype: period
period_type: relative
source: name
range_from: 0
range_to: 0
timestring: '%Y.%m'
unit: months