Sign inSign up

mesoscloud/elasticsearch

By mesoscloud

Updated over 8 years ago

[UNMAINTAINED] Elasticsearch

Image
9

100K+

mesoscloud/elasticsearch repository overview

elasticsearch

Join the chat at https://gitter.im/mesoscloud/mesoscloud

Elasticsearch

https://www.elastic.co/products/elasticsearch

CentOS

e.g.

docker run -d \
--name=elasticsearch --net=host --restart=always mesoscloud/elasticsearch:1.7.2-centos-7

Use curator to delete entries older than 7 days:

docker run -it --net=host --rm mesoscloud/elasticsearch:1.7.2-centos-7 curator delete indices --older-than 7 --time-unit days --timestring %Y.%m.%d

Ubuntu

e.g.

docker run -d \
--name=elasticsearch --net=host --restart=always mesoscloud/elasticsearch:1.7.2-ubuntu-14.04

Use curator to delete entries older than 7 days:

docker run -it --net=host --rm mesoscloud/elasticsearch:1.7.2-ubuntu-14.04 curator delete indices --older-than 7 --time-unit days --timestring %Y.%m.%d

Tag summary

Content type

Image

Digest

sha256:e65a6d77d

Size

215.3 MB

Last updated

over 8 years ago

docker pull mesoscloud/elasticsearch