zeek/scripts/base/frameworks
Jon Siwek a06ef66edc Add Log::rotation_format_func and Log::default_rotation_dir options
These may be redefined to customize log rotation path prefixes,
including use of a directory.  File extensions are still up to
individual log writers to add themselves during the actual rotation.

These new also allow for some simplication to the default
ASCII postprocessor function: it eliminates the need for it doing an
extra/awkward rename() operation that only changes the timestamp format.

This also teaches the supervisor framework to use these new options
to rotate ascii logs into a log-queue/ directory with a specific
file name format (intended for an external archiver process to
monitor separately).
2020-07-07 18:42:37 -07:00
..
analyzer Remove BackDoor analyzer 2019-06-27 18:25:43 -07:00
broker GH-780: Prevent log batches from indefinite buffering 2020-02-05 13:06:52 -08:00
cluster Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
config Remove unnecessary &optional from a Config::set_value() parameter 2019-10-15 17:46:05 -07:00
control More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
files Merge remote-tracking branch 'origin/master' into topic/johanna/hash-unification 2020-05-06 23:18:33 +00:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel fixed a newline issue with baselines 2020-03-27 11:27:28 -04:00
logging Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
netcontrol unused variables found via use-def analysis (plus an indentation micro-nit) 2020-04-25 18:06:47 -07:00
notice GH-998: Fix Reporter::conn_weird() to handle expired connections 2020-06-15 12:57:47 -07:00
openflow Add proper JSON serialization via C++, deprecate json.zeek 2019-07-02 12:52:26 -07:00
packet-filter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
reporter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
signatures Use consistent zeek_init priority for Log::create_stream calls 2020-01-22 13:58:20 -08:00
software GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
sumstats Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
supervisor Add note that Supervisor script APIs are unstable until 4.0 2020-01-27 13:51:01 -08:00
tunnels GH-646: add new "successful_connection_remove" event 2019-11-11 19:52:59 -08:00