example/cert_client.conf in fluent-plugin-secure-forward-0.4.2 vs example/cert_client.conf in fluent-plugin-secure-forward-0.4.3
- old
+ new
@@ -1,21 +1,19 @@
<source>
- type forward
+ @type forward
</source>
<match test.**>
- type secure_forward
+ @type secure_forward
secure yes
self_hostname client
- #shared_key hogeposxxx0
- shared_key wrong_shared_key
+ shared_key hogeposxxx0
+ enable_strict_verification yes
<server>
- host localhost
+ host 127.0.0.1
hostlabel tagomoris
shared_key hogeposxxx1
username tagomoris
password 001122
- # password XXYYZZ
- # password wrong_pass
</server>
flush_interval 1s
</match>