zeek/scripts/base/frameworks/cluster
Arne Welzel d122894d0d cluster: Rename setup-connections to setup-subscriptions
Now that all the logic about establishing connections among nodes has
moved to the broker policy script, the setup-connections name seems
unfortunate, transition away from it.
2025-09-25 19:29:55 +02:00
..
nodes all: Fix typos identified by typos pre-commit hook 2023-06-13 17:57:32 +02:00
__load__.zeek cluster: Rename setup-connections to setup-subscriptions 2025-09-25 19:29:55 +02:00
broker-backpressure.zeek Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
broker-stores.zeek Revert "Merge remote-tracking branch 'origin/topic/vern/at-if-analyze'" 2023-05-31 09:20:33 +02:00
broker-telemetry.zeek Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
main.zeek cluster: Move Broker connect logic into policy package 2025-09-25 19:29:55 +02:00
pools.zeek cluster: Rename setup-connections to setup-subscriptions 2025-09-25 19:29:55 +02:00
pubsub.zeek cluster: Introduce pubsub.zeek and types.zeek 2025-09-25 19:29:55 +02:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
setup-connections.zeek cluster: Rename setup-connections to setup-subscriptions 2025-09-25 19:29:55 +02:00
setup-subscriptions.zeek cluster: Rename setup-connections to setup-subscriptions 2025-09-25 19:29:55 +02:00
supervisor.zeek Prefer explicit construction to coercion in record initialization 2025-07-11 16:28:37 -07:00
telemetry.zeek cluster/telemetry: Move topic_normalization redef to zeromq 2025-06-26 15:22:11 +02:00
types.zeek cluster: Introduce pubsub.zeek and types.zeek 2025-09-25 19:29:55 +02:00

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