sample/fluent.conf in fluent-plugin-formatter_sprintf-0.0.3 vs sample/fluent.conf in fluent-plugin-formatter_sprintf-0.0.4

- old
+ new

@@ -1,5 +1,10 @@ -<match test.file> +<source> + type forward + port 24224 +</source> + +<match **> type file path /tmp/test.log format sprintf sprintf_format "${tag} ${time} ${url} ${ip_address}\n" time_format "%Y-%m-%d_%H:%M:%S"