mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-07 23:09:30 +00:00
added missing , in examples
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
# @example
|
||||
# ::fluentd::filter { 'test':
|
||||
# priority => 20,
|
||||
# pattern => '*.test'
|
||||
# pattern => '*.test',
|
||||
# config => {
|
||||
# 'type' => 'record_transformer'
|
||||
# 'type' => 'record_transformer',
|
||||
# 'record' => {
|
||||
# 'hostname' => '${hostname}'
|
||||
# }
|
||||
|
@@ -25,12 +25,12 @@
|
||||
# priority => 30,
|
||||
# pattern => '*.test'
|
||||
# config => {
|
||||
# 'flush_interval' => '30s'
|
||||
# 'type' => 'secure_forward'
|
||||
# 'secure' => 'yes'
|
||||
# 'shared_key' => 'my_shared_key'
|
||||
# 'self_hostname' => 'instance.test.com'
|
||||
# 'ca_cert_path' => '/path/to/ca.cert'
|
||||
# 'flush_interval' => '30s',
|
||||
# 'type' => 'secure_forward',
|
||||
# 'secure' => 'yes',
|
||||
# 'shared_key' => 'my_shared_key',
|
||||
# 'self_hostname' => 'instance.test.com',
|
||||
# 'ca_cert_path' => '/path/to/ca.cert',
|
||||
# 'servers' => {
|
||||
# 'host' => 'test.server.com'
|
||||
# }
|
||||
|
@@ -21,9 +21,9 @@
|
||||
# ::fluentd::source { 'test':
|
||||
# priority => 10,
|
||||
# config => {
|
||||
# 'type' => 'tail'
|
||||
# 'format' => 'json'
|
||||
# 'path' => '/var/log/test-application/*.json'
|
||||
# 'type' => 'tail',
|
||||
# 'format' => 'json',
|
||||
# 'path' => '/var/log/test-application/*.json',
|
||||
# 'tag' => 'application.test'
|
||||
# }
|
||||
# }
|
||||
|
Reference in New Issue
Block a user