RETIRED, Puppet module for elasticsearch
Go to file
Clark Boylan 0c638194c0 Cleanup old ES logs
Keep elasticsearch from fillings its disk with logs by deleting logs
older than two weeks. Note we do not use logrotate because elasticsearch
expects to be doing the log rotation itself, it just doesn't delete
older logs. Instead we setup a cron with find to delete the older logs.

Change-Id: Ia2611cbf6e4aa1945ec8b3914d7ba042d2a7b0c1
2015-05-14 16:10:07 -07:00
files Upgrade elasticsearch to version 0.90.3. 2013-10-21 10:06:28 -07:00
manifests Cleanup old ES logs 2015-05-14 16:10:07 -07:00
templates Make the number of shards and replicas tunable 2015-02-10 16:29:45 -08:00
.gitreview Add standard puppet module files and .gitreview 2015-01-18 11:38:31 -06:00
LICENSE Add missing LICENSE file 2015-01-29 22:56:59 +00:00
README.md Add standard puppet module files and .gitreview 2015-01-18 11:38:31 -06:00
Rakefile Add standard puppet module files and .gitreview 2015-01-18 11:38:31 -06:00
metadata.json Rename openstackci to openstackinfra 2015-04-20 13:43:33 -07:00

README.md

OpenStack Elasticsearch Module

Overview

The module installs Elasticsearch from debian packages.