zeek/scripts/base/frameworks
Jon Siwek 43e54c7930 GH-780: Prevent log batches from indefinite buffering
Logs that got sent sparsely or burstily would get buffered for long
periods of time since the logic to flush them only does so on the next
log write.  In the worst case, a subsequent log write could never happen
and cause a log entry to be indefinitely buffered.

This fix introduces a recurring event/timer to simply flush all pending
logs at frequency of Broker::log_batch_interval.
2020-02-05 13:06:52 -08: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 Supervisor::is_supervised() 2020-01-07 10:27:07 -08: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 Add Windows Minidump file signature 2019-06-28 14:43:38 +03:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel Merge branch 'export_intel_events' of https://github.com/mauropalumbo75/zeek 2019-08-09 09:36:19 -07:00
logging Merge remote-tracking branch 'origin/topic/dev/print-to-log' 2019-12-02 13:47:09 -08:00
netcontrol Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
notice Update notice user agent. 2020-01-29 12:08:10 +00: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