Sign inSign up

peopleperhour/curator

By peopleperhour

•Updated over 7 years ago

curator

Image
0

5.4K

peopleperhour/curator repository overview

⁠Elasticsearch Curator container

This is a wrapper container for the elasticsearch curator command.

The version is the latest.

⁠Example usage

  • Show all the indicies from my cluster
docker run --rm peopleperhour/curator \
    --host=xxxx \ 
    show indices --all-indices
  • Show indicies older than 1 day
 docker run --rm peopleperhour/curator \
     --host=xxxx \ 
     show indices \
     --prefix logstash \
     --older-than 1 \
     --time-unit days \
     --timestring "%Y.%m.%d"
  • Show Marvel indecies
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⁠

Tag summary

Content type

Image

Digest

Size

21.7 MB

Last updated

over 7 years ago

docker pull peopleperhour/curator