1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00
puppet-fluentd/spec/fixtures/files/match_secure_forward.conf

12 lines
221 B
Plaintext
Raw Normal View History

2017-08-03 10:11:13 +00:00
<match *.test>
2017-08-04 09:16:31 +00:00
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>
2017-08-03 10:11:13 +00:00
</match>