README.md in fluent-plugin-cat-sweep-0.1.1 vs README.md in fluent-plugin-cat-sweep-0.1.2

- old
+ new

@@ -79,9 +79,14 @@ # default is false. remove_after_processing true # Optional. default 5 seconds. run_interval 10 + + # Optional. Emit entire file contents as an event, default emits each line as an event. + # This assures that fluentd emits the entire file contents together. Please note that buffer_chunk_limit + # must be larger than bytes in a file to be sent by buffered output plugins such as out_forward, out_s3. + file_event_stream false </source> ``` ## ChangeLog