This is a wrapper container for the elasticsearch curator command.
The version is the latest.
docker run --rm peopleperhour/curator \
--host=xxxx \
show indices --all-indices
docker run --rm peopleperhour/curator \
--host=xxxx \
show indices \
--prefix logstash \
--older-than 1 \
--time-unit days \
--timestring "%Y.%m.%d"
docker run --rm peopleperhour/curator \
--host=xxxx \
show indices --prefix ".marvel-es"
More information here https://www.elastic.co/guide/en/elasticsearch/client/curator/current/getting-started.html
Content type
Image
Digest
Size
21.7 MB
Last updated
over 7 years ago
docker pull peopleperhour/curator