zeek/scripts/base/frameworks
Dominik Charousset 30615f425e Hook into Broker logs via its new API
The new Broker API allows us to provide a custom logger to Broker that
pulls previously unattainable context information out of Broker to put
them into broker.log for users of Zeek.

Since Broker log events happen asynchronously, we cache them in a queue
and use a flare to notify Zeek of activity. Furthermore, the Broker
manager now implements the `ProcessFd` function to avoid unnecessary
polling of the new log queue. As a side effect, data stores are polled
less as well.
2025-02-08 16:28:02 +01:00
..
analyzer DPD changes - small script fixes and renames. 2025-02-05 13:55:43 +00:00
broker Hook into Broker logs via its new API 2025-02-08 16:28:02 +01:00
cluster cluster/Backend: Pass node_id via Init() 2025-02-05 10:39:56 +01:00
config config: Move to Cluster::publish() 2024-12-12 17:54:42 +01:00
control annotate base scripts with &is_used as needed 2022-05-26 17:39:17 -07:00
files Move python signatures to a separate file 2024-12-09 11:08:30 -07:00
input Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
intel intel: Move to Cluster::publish() 2024-12-12 17:54:42 +01:00
logging Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
netcontrol netcontrol: Move to Cluster::publish() 2024-12-12 17:54:42 +01:00
notice Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
openflow openflow: Move to Cluster::publish() 2024-12-12 17:54:42 +01:00
packet-filter Add PacketFilter::remove_exclude function 2024-04-17 21:25:35 +00:00
reporter Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
signatures allow signature actions to be dynamically updated 2023-07-13 17:25:32 -07:00
software frameworks/software: Fix stale value used for stripping 2023-11-17 14:37:28 +01:00
spicy Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
sumstats sumstats: Move to Cluster::publish() 2024-12-12 17:54:42 +01:00
supervisor Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
telemetry Fix errors from rst linting on the generated docs 2025-01-24 11:41:36 -07:00
tunnels Add GTPv1 packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00