example/client.conf in fluent-plugin-secure-forward-0.4.2 vs example/client.conf in fluent-plugin-secure-forward-0.4.3
- old
+ new
@@ -1,24 +1,16 @@
<source>
- type forward
+ @type forward
</source>
<match test.**>
- type secure_forward
+ @type secure_forward
secure yes
self_hostname client
shared_key hogeposxxx0
keepalive 30
- ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_cert.pem
+ ca_cert_path "#{Dir.pwd}/test/tmp/cadir/ca_cert.pem"
enable_strict_verification yes
<server>
host localhost
</server>
- # <server>
- # host localhost
- # standby yes
- # </server>
- # <server>
- # host localhost
- # </server>
- flush_interval 1s
</match>