cgswong/curator
Elasticsearch Curator does indices maintenance
1.1K
This is a Dockerized version of Elasticsearch Curator, which is a tool to manage Elasticsearch indices.
This image uses the latest Curator release and is based on the minimal alpine
image.
Image ENTRYPOINT
is set to the curator script, so just run the image:
docker run --rm cgswong/curator:latest --help
docker pull cgswong/curator