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.
Parameter | Description |
---|---|
Output File Folder | Path to a folder where output files are created |
Output File Name | File 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, bytes | Disk output buffer size. Min - 32768, max - 16777216, default - 4194304 |
Output File Chunk Size, flow records | Disk output file chunk size. Min - 1, max - 1000000, default - 100000 |
Output File Rotation Interval, msec | Disk output file rotation interval. Min - 1000, max - 3600000, default - 30000 |
Output File Flush Interval, msec | Disk output write interval. Default - 1000 |