Skip to content

A series of curator tasks to manage elasticsearch

License

Notifications You must be signed in to change notification settings

markhowells/curator-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This docker image runs curator tasks against an elasticsearch cluster to manage its indices.

The list of tasks currently are:

  • purge old logstash indices (when MAX_INDEX_AGE is set)
  • optimise logstash indices that are a day old or more

Configuration

ELASTICSEARCH_HOST - The hostname or IP address of an elasticsearch cluster.

INDICES_PREFIXES - Prefixes of indices to optimize/purge, space separted. Defaults to "logstash"

MAX_INDEX_AGE - The maximum age (in days) a logstash index can be until it is deleted.

About

A series of curator tasks to manage elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%