Hello, I am currently testing curators functionnalities and would like to know how it was possible for me to reindex 7days old daily indices into the correct monthly index.
Here is my current code in which the last seven days of the month will end up in the wrong monthly index.
1:
description: "Reindex daily iis indices into monthly iis index"
action: reindex
options:
wait_interval: 9
max_wait: -1
request_body:
source:
index: <index-iis-{now/d-7d{YYYY.MM.dd}}>
dest:
index: <index-iis-{now/M{YYYY.MM}}>
filters:
- filtertype: none