Skip to content

silviupanaite/docker-elasticsearch-curator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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 ELASTICSEARCH_REPO=demo --link es1:elasticsearch silviupanaite/elasticsearch-curator

where es1 is the name of the elasticsearch container and

  • INTERVAL_IN_HOURS: The amount of time between two curator runs
  • ELASTICSEARCH_REPO: The elasticsearch repository

About

A docker that runs the curator job at given schedule.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%