You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
I recently built a new logstash server using this cookbook. As part of my recipe, use logstash_curator to cleanup old logs. This LWRP creates a new cronjob on the logstash user that runs
I found that my disk space was running high, so I attempted to run
/usr/local/bin/curator --host 127.0.0.1 delete --older-than 4 &> /dev/null manually. After running this a number of times with no results, I dropped the&> /dev/null` and found I was getting an error
Error: no such option: --older-than
The text was updated successfully, but these errors were encountered:
I recently built a new logstash server using this cookbook. As part of my recipe, use
logstash_curator
to cleanup old logs. This LWRP creates a new cronjob on the logstash user that runs/usr/local/bin/curator --host 127.0.0.1 delete --older-than 6 &> /dev/null
I found that my disk space was running high, so I attempted to run
/usr/local/bin/curator --host 127.0.0.1 delete --older-than 4 &> /dev/null manually. After running this a number of times with no results, I dropped the
&> /dev/null` and found I was getting an errorThe text was updated successfully, but these errors were encountered: