This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Allow a dynamic target index in ISM Rollup #428
Open
Description
I would like to apply a policy to daily log indices that performs a rollup in one of the states before deleting the index. However is seem the target_index
requires a string and there is no option to interpolate something like {{ctx.index}}
or similar. This makes it impossible to apply this policy to more than one index unless you are okay with rollup overwriting the previous one, which you probably aren't.
Describe the solution you'd like
I would like to specify the target_index
field of an ism rollup dynamically based on the name (or some other metadata) of the index being rolled up such as "target_index": "rollup_{{ctx.index}}"