gardener-attic / kubify

Terraform Template to Setup a Kubernetes Cluster on OpenStack/AWS/Azure
Other
147 stars 31 forks source link

Add ES Curator CronJob to enforce Retention of Logs #29

Closed afritzler closed 6 years ago

afritzler commented 6 years ago

To prevent elastic search to run out of disk, we need to run a curator [1] job periodically to enforce that.

[1] https://github.com/elastic/curator/tree/master/examples/actions

afritzler commented 6 years ago

Fixed with 48cc263a45830ba338c2e829aee52c29066c6a71

Logs older than 30 days will now be removed.