There are 2 operating modes for Curator. The one you've got is for the singleton CLI, which means you need to replace curator
with curator_cli
. The other operating mode is via a yml config. That generally offers a much richer set of options and workflows. For that, you use the curator
CLI and you can find the format and you can find the format of the configuration as well as detailed actions, options and filters here. There are also some examples in the docs to get you started.
↧
Delete Indices older than 30 days
↧