example/insecure_client.conf in fluent-plugin-secure-forward-0.4.2 vs example/insecure_client.conf in fluent-plugin-secure-forward-0.4.3
- old
+ new
@@ -1,23 +1,16 @@
<source>
- type forward
+ @type forward
</source>
<match test.**>
- type secure_forward
+ @type secure_forward
secure no
self_hostname client
shared_key hogeposxxx0
keepalive 30
enable_strict_verification yes
<server>
host localhost
</server>
- # <server>
- # host localhost
- # standby yes
- # </server>
- # <server>
- # host localhost
- # </server>
flush_interval 1s
</match>