zeek/scripts/base/frameworks/cluster
Arne Welzel a2249f7ecb cluster: Add Cluster::node_id(), allow redef of node_topic(), nodeid_topic()
This provides a way for non-broker cluster backends to override a
node's identifier and its own topics that it listens on by default.
2024-12-10 20:33:02 +01:00
..
nodes all: Fix typos identified by typos pre-commit hook 2023-06-13 17:57:32 +02:00
__load__.zeek Add backpressure disconnect notification to cluster.log and via telemetry 2024-12-06 15:18:05 -08:00
broker-backpressure.zeek Add backpressure disconnect notification to cluster.log and via telemetry 2024-12-06 15:18:05 -08:00
broker-stores.zeek Revert "Merge remote-tracking branch 'origin/topic/vern/at-if-analyze'" 2023-05-31 09:20:33 +02:00
main.zeek cluster: Add Cluster::node_id(), allow redef of node_topic(), nodeid_topic() 2024-12-10 20:33:02 +01:00
pools.zeek Do not default PoolSpec topics to the empty string. 2024-02-05 18:03:08 -08:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
setup-connections.zeek cluster: Add Cluster::node_id(), allow redef of node_topic(), nodeid_topic() 2024-12-10 20:33:02 +01:00
supervisor.zeek Remove deprecated Cluster::Node::interface field 2024-08-07 11:58:22 -07:00

The cluster framework provides for establishing and controlling a cluster
of Zeek instances.