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
See https://github.com/elasticsearch/curator. By default, logstash generates per-day indices for log lines. It would be neat if this stack could setup curator to prune old ones on some interval, e.g.: 24 01 * * * curator -t 72000 delete --older-than 25 -p logstash- 2>&1 | logger -p user.info -t curator.
The text was updated successfully, but these errors were encountered:
See https://github.com/elasticsearch/curator. By default, logstash generates per-day indices for log lines. It would be neat if this stack could setup curator to prune old ones on some interval, e.g.:
24 01 * * * curator -t 72000 delete --older-than 25 -p logstash- 2>&1 | logger -p user.info -t curator
.The text was updated successfully, but these errors were encountered: