Sign inSign up

visity/elasticsearch-curator

By visity

Updated over 8 years ago

Automated build for docker-elasticsearch-curator. See readme in github.

Image
6

100K+

visity/elasticsearch-curator repository overview

docker-elasticsearch-curator

This only job executed by the docker built from this repository is to clean the elastic search logstash history leaving only a configurable amount of days worth of logging in the system. The job runs in the specified interval.

It can be run as follows:

docker run -d -e INTERVAL_IN_HOURS=24 -e OLDER_THAN_IN_DAYS="10" --link es1:elasticsearch visity/elasticsearch-curator

where es1 is the name of the elasticsearch container and

  • INTERVAL_IN_HOURS: The amount of time between two curator runs
  • OLDER_THAN_IN_DAYS: Indicates all logs with a date exceeding this age can be deleted.

Tag summary

Content type

Image

Digest

sha256:0e2aa5afc

Size

259.3 MB

Last updated

over 8 years ago

docker pull visity/elasticsearch-curator