Next: Format
Up: Output Modules
Previous: Format
Contents
unified
The unified output plugin is designed to be the fastest possible method of
logging Snort events. The unified output plugin logs events in binary format,
allowing another programs to handle complex logging mechanisms that would
otherwise diminish the performance of Snort.
The name unified is a misnomer, as the unified output plugin creates two
different files, an alert file, and a log file. The alert file
contains the high-level details of an event (eg: IPs, protocol, port, message
id). The log file contains the detailed packet information (a packet dump with
the associated event ID). Both file types are written in a bimary format
described in spo_unified.h.
|
Note:
Files have the file creation time (in Unix Epoch format) appended to each
file when it is created.
|
Subsections
Steven Sturges
2007-10-04
|