fuel-plugin-lma-collector/deployment_scripts/puppet/modules/heka
Swann Croiset 3f52ddeac6 Allow larger Hekad messages
The maximum size observed during a load test with 50 nodes is 158Kb,
the default size is 64Kb.
This is required by elasticsearch buffered output which can hit the
limited size and finally lose messages.

The Heka log:
Plugin 'elasticsearch_output' error: Message too big, requires 161024
(MAX_MESSAGE_SIZE = 65536)

Change-Id: I8970435e2f710889e4b5d2c55a53572c042ef647
2015-05-29 15:34:51 +00:00
..
manifests Allow larger Hekad messages 2015-05-29 15:34:51 +00:00
spec Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
templates Allow larger Hekad messages 2015-05-29 15:34:51 +00:00
tests Add Apache license headers to Puppet manifests 2015-04-20 15:21:17 +02:00
LICENSE Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
README.md Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00
metadata.json Initial import of the LMA collector plugin 2015-02-27 14:16:49 +01:00

README.md

Heka module for Puppet

Description

Puppet module for configuring Heka.

Usage

To deploy the Heka service on a host.

# Configure the base heka service
class {'heka':
}

Limitations

This module supports only Fuel-based deployments using Neutron.

License

Licensed under the terms of the Apache License, version 2.0.

Limitations

None

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Simon Pasquier, spasquier@mirantis.com

Support

See the Contact section.