Skip to content

Elasticsearch📜

Cleanup Schedule📜

The data being stored in elasticsearch is cleaned at a cron schedule. The following yaml would have the index clean up job run every hour and keep 5 days of data.

retention:
  enabled: true
  schedule: "0 * * * *"
  days: 5

Last update: 2021-03-16 by Thomas Runyon