example/auth_server.conf in fluent-plugin-secure-forward-0.4.2 vs example/auth_server.conf in fluent-plugin-secure-forward-0.4.3
- old
+ new
@@ -1,8 +1,9 @@
<source>
- type secure_forward
+ @type secure_forward
self_hostname server
+ secure no
shared_key hogeposxxx0
cert_auto_generate yes
allow_anonymous_source no
authentication yes
<user>
@@ -16,15 +17,14 @@
<user>
username tagomoris
password XXYYZZ
</user>
<client>
- host localhost
+ host 127.0.0.1
users tagomoris
shared_key hogeposxxx1
- # users sugomoris
</client>
</source>
<match test.**>
- type stdout
+ @type stdout
</match>