Skip to main content
Version: Next

Disk

Use this output type to send NFO data to a disk.

NFO writes data to disk in files, where the file name contains an nfc_id that identifies the Module responsible for producing the content.

Each file includes a header line, and the records within the file consist of data elements separated by blank spaces.

The parameters described below govern each file chunk.

ParameterDescription
Output File FolderPath to a folder where output files are created
Output File NameFile pattern to be used in file name. Default is nfoflow. Default file name is yyyy-mm-dd_nfc_id_hash_hh-mm-ss-nfoflow.log
Output File Buffer Size, bytesDisk output buffer size. Min - 32768, max - 16777216, default - 4194304
Output File Chunk Size, flow recordsDisk output file chunk size. Min - 1, max - 1000000, default - 100000
Output File Rotation Interval, msecDisk output file rotation interval. Min - 1000, max - 3600000, default - 30000
Output File Flush Interval, msecDisk output write interval. Default - 1000