Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to ignore .tmp files in flume spool directory

avatar

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$