Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to ignore .tmp files in flume spool directory

avatar
New Contributor

Hi,

How to ignore .tmp files or incomplete written files in flume spool directory.

1 ACCEPTED SOLUTION

avatar
@Jayanna TM

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

1 REPLY 1

avatar
@Jayanna TM

You can use ignorePattern property to ignore .tmp files from a spool directory (https://flume.apache.org/FlumeUserGuide.html)

ignorePattern=\.*tmp$