Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Releases: keedio/Flume-ng-source-VFS

Flume-ng-source-VFS

14 Aug 10:43
Compare
Choose a tag to compare

Latest stable version 1.0.0:

  • Delay between runs for DefaultMonitor is configurable.
  • Files to check per run is now configurable.
  • Added Timestamp and counter lines when processing data for better control over file parallel modification.
  • Post processing files is now an asynchronous execution.
  • Configurable interval between flushes data to file.
  • Configurable max limit of files to keep in map when reload agent.
  • Fix bug: SourceCountersVFS not working properly.
  • Tested hdfs fs.
  • Tested files in sftp server.

Flume-ng-source-VFS

08 May 14:22
Compare
Choose a tag to compare

Latest stable version 0.3.0

+ Recursive search directory is configurable. (Check out for more information in wiki Issues found )

+ Directory for keeping track of processed files is configurable.

+ Keep deleted files in map is configurable.

+ Several improvements and fix minor bugs. + info

Flume-ng-source-VFS

17 Apr 14:38
Compare
Choose a tag to compare

Improved version 0.2.1

New configurable parameter for setting an action to be accomplished when file has been successfully processed.

post.process.file = [ move | delete ]

Flume-ng-source-VFS

16 Apr 14:23
Compare
Choose a tag to compare

Latest stable version 0.2.0:

  • Moving files after being processed is done by VFS2 instead of FileUtils.

  • New configurable parameter to delay the beginning of file processing

Flume-ng-source-VFS

22 Mar 15:42
Compare
Choose a tag to compare

Process files from

  • the local physical file system
  • an FTP server