org.cert.netsa.mothra.tools.silk_appender
The directory to check for incoming files.
The root of the directory where new files are created.
The number of times to attempt a job (must be at least 1).
The directory to check for incoming files.
Scans incomingDir for files.
Scans incomingDir for files. Filenames that do not begin a dot
and whose length is non-zero are added to an Iterable of
SilkFileJobs.
The root of the directory where new files are created.
A class to periodically check for packed SiLK Flow files in the directory
incomingDir. For each source file, the file's contents is written to a target file in a directory hierarchy rooted at the directoryrootDir. The location of the target file is determined by the given SilkConfig.Filenames in
incomingDirthat begin with a dot are ignored.The
jobs()method returns an Iterable of PackFileJob instances where each instance spawns a thread to process the records in a single file.The directory to check for incoming files.
The root of the directory where new files are created.