Delete data older than 7 days (Ubuntu 18.04)

When trying to delete data older than 7 days I get this error:

curator delete indices --older-than 7 --time-unit days --timestring %Y.%m.%d
Error: no such option: --older-than

You must be following some very old, outdated instructions for using Curator, which hasn't used the --older-than command-line flag for over two years now. It was last used in v3, which is deprecated. Curator is currently on version 5.5.1, at the time this is posted.

Please see the official Curator documentation for proper installation and use.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.