scrapinghub/elasticsearch-curator

By scrapinghub

Updated about 4 years ago

Have indices in Elasticsearch? Elasticsearch Curator helps you curate, or manage your indices.

Image
0

10K+

Supported tags and respective Dockerfile links

Curator

Have indices in Elasticsearch? This is the tool for you!

Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your indices.

How to use this image

Run curator directly

The easiest way to run curator.

$ docker run -it scrapinghub/elasticsearch-curator:4.2.4 --help

Run curator with config and actions file

Version 4 of elasticsearch curator, requires an action file, this can be passed to the container with a volume.

$ docker run -it --name curator -v /local/path/config:/etc/curator scrapinghub/elasticsearch-curator:4.2.4 --config /etc/curator/curator.yml /etc/curator/actions.yml

Documentation

For documentation on curator, check: https://github.com/elastic/curator

Docker Pull Command

docker pull scrapinghub/elasticsearch-curator