Created 11-10-2016 01:07 PM
Hi,
How to ignore .tmp files or incomplete written files in flume spool directory.
Created 11-20-2016 02:34 PM
You can use ignorePattern property to ignore .tmp files from a spool directory (https://flume.apache.org/FlumeUserGuide.html)
ignorePattern=\.*tmp$
View solution in original post