example/fluentd.conf in fluent-plugin-sflow-0.1.0 vs example/fluentd.conf in fluent-plugin-sflow-0.2.0
- old
+ new
@@ -1,8 +1,10 @@
<source>
@type sflow
- bind 0.0.0.0
- tag example.sflow
+ tag example.sflow
+
+ bind 127.0.0.1
+ port 6343
</source>
<match example.sflow>
@type stdout
</match>