This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Releases: keedio/Flume-ng-source-VFS
Releases · keedio/Flume-ng-source-VFS
Flume-ng-source-VFS
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
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
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
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
Process files from
- the local physical file system
- an FTP server