RETIRED, Puppet module for elasticsearch
Go to file
Clark Boylan f6a724c575 Add indices.breaker.fielddata.limit to config
The indices.breaker.fielddata.limit config option specifies how much of
the heap can be used before breaking out and failing to prevent OOMing.
By default this is set to 60% of heap which may be too conservative if
you have larger datasets.

Change-Id: I46c0cb5157aae40a0029ff1b425ecc663d171768
2015-11-13 12:06:43 -08:00
files Upgrade elasticsearch to version 0.90.3. 2013-10-21 10:06:28 -07:00
lib/puppet/parser/functions Use archive to fetch/checksum instead of wget. 2015-03-31 16:29:12 -07:00
manifests Merge "Add template support for the path.data" 2015-07-14 18:56:13 +00:00
spec Add acceptance tests for puppet-elasticsearch. 2015-09-24 19:39:14 -03:00
templates Add indices.breaker.fielddata.limit to config 2015-11-13 12:06:43 -08:00
tests Use archive to fetch/checksum instead of wget. 2015-03-31 16:29:12 -07:00
.gitignore Add acceptance tests for puppet-elasticsearch. 2015-09-24 19:39:14 -03:00
.gitreview Add standard puppet module files and .gitreview 2015-01-18 11:38:31 -06:00
Gemfile Add acceptance tests for puppet-elasticsearch. 2015-09-24 19:39:14 -03: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 Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:17 +00:00

README.md

OpenStack Elasticsearch Module

Overview

The module installs Elasticsearch from debian packages.