zeek/scripts/base/frameworks/broker
Christian Kreibich 1bea3121db Add cluster framework telemetry for Broker's send-buffer use
This hooks into Telemetry::sync() to update Broker-level metrics tracking the
peerings' send buffer state. We do this in the cluster framework so we can label
the resulting metrics with Zeek cluster node names, not Broker's endpoint IDs.
2025-04-18 16:45:31 -07:00
..
__load__.zeek Support re-peering with Broker peers that fall behind 2024-12-06 15:18:05 -08:00
backpressure.zeek Use Broker peering directionality when re-peering after backpressure overflows 2025-04-18 16:40:18 -07:00
log.zeek Merge remote-tracking branch 'origin/topic/neverlord/broker-logging' 2025-03-31 18:53:43 +02:00
main.zeek Add cluster framework telemetry for Broker's send-buffer use 2025-04-18 16:45:31 -07:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
store.zeek broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00

The Broker communication framework facilitates connecting to remote Zeek
instances to share state and transfer events.