zeek/scripts/base/frameworks
Christian Kreibich 795a7ea98e Add a global log policy hook to the logging framework
This addresses the need for a central hook on any log write, which
wasn't previously doable without a lot of effort. The log manager
invokes the new Log::log_stream_policy hook prior to any filter-specific
hooks. Like filter-level hooks, it may veto a log write. Even when
it does, filter-level hooks still get invoked, but cannot "un-veto".

Includes test cases.
2021-07-02 12:42:45 -07:00
..
analyzer Remove the Stepping Stone analyzer 2021-06-03 14:28:12 +01:00
broker Sync new broker options, fix name inconsistencies 2021-05-25 17:22:45 +02:00
cluster Merge remote-tracking branch 'origin/topic/vlad/expose_supervisor_rotation_func' 2021-03-26 17:18:52 -07:00
config remove iffy reliance on type punning that relies on interpreter's behavior 2021-03-18 08:46:18 -07:00
control More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
dpd Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
files Support explicit disabling of file analyzers 2021-02-23 15:50:18 -08:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel adding &is_used attribute for base scripts - not actually needed yet, but will be once optimization is added 2021-02-06 10:59:58 -08:00
logging Add a global log policy hook to the logging framework 2021-07-02 12:42:45 -07:00
netcontrol removing unused assignments from base scripts 2021-02-06 10:59:37 -08:00
notice Expand the tests, and have email_admin email src contacts in one e-mail, and dst contacts in another. 2021-06-17 14:49:24 -05:00
openflow fixed out-of-range enum constant 2021-04-01 19:16:07 -07:00
packet-filter Make event ordering deterministic 2020-10-15 16:35:52 +00:00
reporter Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
signatures Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
software Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
sumstats Remove an extraneous Zeekygen-style comment 2020-12-04 19:20:57 -08:00
supervisor Integrate Supervisor code review suggestions 2020-07-09 13:56:11 -07:00
tunnels GH-1517: Add Geneve decap support 2021-04-27 11:21:29 +02:00