policy/misc/trim-trace-file.bro
-
TrimTraceFile
Deletes the -w
tracefile at regular intervals and starts a new file
from scratch.
Summary
Events
TrimTraceFile::go : event |
This event can be generated externally to this script if on-demand
tracefile rotation is required with the caveat that the script
doesn’t currently attempt to get back on schedule automatically and
the next trim likely won’t happen on the
TrimTraceFile::trim_interval . |
Detailed Interface
Options
-
TrimTraceFile::trim_interval
-
The interval between times that the output tracefile is rotated.
Events
-
TrimTraceFile::go
-
This event can be generated externally to this script if on-demand
tracefile rotation is required with the caveat that the script
doesn’t currently attempt to get back on schedule automatically and
the next trim likely won’t happen on the
TrimTraceFile::trim_interval
.