mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-12 21:50:34 +00:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
|
<match *.test>
|
||
|
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
|
||
|
<server>
|
||
|
host test.server.com
|
||
|
</server>
|
||
|
</match>
|