sexibytes / sexilog

SexiLog is a specific ELK virtual appliance designed for vSphere environment
http://www.sexilog.fr
155 stars 28 forks source link

curator does not delete indices #16

Closed shartge closed 9 years ago

shartge commented 9 years ago

The curator command in /etc/crontab is wrong, it does not work:

# curator delete --disk-space 40
Usage: curator delete [OPTIONS] COMMAND [ARGS]...

Error: Missing command.

Correct usage is:

curator delete --disk-space 40 indices --all-indices
sexibytes commented 9 years ago

Thanks sven, we didn't expect syntax change for 3.0

On 27 mars 2015, at 12:35, Sven Hartge notifications@github.com<mailto:notifications@github.com> wrote:

The curator command in /etc/crontab is wrong, it does not work:

curator delete --disk-space 40

Usage: curator delete [OPTIONS] COMMAND [ARGS]...

Error: Missing command.

Correct usage is:

curator delete --disk-space 40 indices --all-indices

— Reply to this email directly or view it on GitHubhttps://github.com/sexilog/sexilog/issues/16.