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