scrapinghub/elasticsearch-curator
Have indices in Elasticsearch? Elasticsearch Curator helps you curate, or manage your indices.
10K+
Dockerfile
linksHave 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.
The easiest way to run curator.
$ docker run -it scrapinghub/elasticsearch-curator:4.2.4 --help
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
For documentation on curator, check: https://github.com/elastic/curator
docker pull scrapinghub/elasticsearch-curator