1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Robert Waffen
45449583d9 Extend templates for fluentd 0.14 new sections
- extend source to support format and parse section
- extend match to support buffers with chunk keys
- update readme
2017-11-11 15:33:08 +01:00
Max Wilhelm
3e3de2aed9 fixed source.erb template indentation 2017-08-04 11:16:51 +02:00
Max Wilhelm
5f84f04f0f fixed match.erb template indentation 2017-08-04 11:16:31 +02:00
Max Wilhelm
ad17694713 fixed filter.erb template indentation 2017-08-04 11:16:07 +02:00
sgudmand
49848b2afd Change variable names for inner loop in filter.erb
When using the module with puppet 3.8.7, ran into an issue where the variable assignment of the inner loop was overwriting the variables of the same name in the outer loop.  This was causing filter configs to be generated with an unmatched record tag.  I have simply changed the names of the variables in the inner loop of the template so that the will no longer occur.
2017-07-11 11:13:11 +02:00
Jan Krause
88f021de43 allow repeating keys in match rules
extends the match template, yes, its not pretty
readable, to support array definitions for
defining multiple server or stores.
2015-12-11 10:21:27 +01:00
Max Wilhelm
49857ddb1d added fluentd::match definition 2015-12-01 14:19:18 +01:00
Max Wilhelm
4c880b1a9b added fluentd::filter definition 2015-12-01 14:18:37 +01:00
Max Wilhelm
ce9a65a4e4 added fluentd::source definition 2015-12-01 14:18:06 +01:00