policy/misc/trim-trace-file.zeek
- TrimTraceFile
Deletes the -w
tracefile at regular intervals and starts a new file
from scratch.
- Namespace
TrimTraceFile
Summary
Redefinable Options
The interval between times that the output tracefile is rotated. |
Events
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
|
Detailed Interface
Redefinable 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
.