zeek/scripts/base/frameworks/cluster
Jon Siwek ce9183a2ed Fix Broker topics used to uniquely identify cluster nodes
Node-specific topic prefix subscriptions/publications now add a trailing
slash like "zeek/cluster/node/<name>/".  Without the trailing slash,
messages attempting to target "proxy-10" may also be sent to "proxy-1"
since subscription matching is prefix-based.
2020-04-10 14:36:00 -07:00
..
nodes Add Supervisor::is_supervised() 2020-01-07 10:27:07 -08:00
__load__.zeek Implement minimal supervised cluster configuration 2019-10-23 17:37:53 -07:00
main.zeek Fix Broker topics used to uniquely identify cluster nodes 2020-04-10 14:36:00 -07:00
pools.zeek Fix Broker topics used to uniquely identify cluster nodes 2020-04-10 14:36:00 -07:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
setup-connections.zeek Update for renaming BroControl to ZeekControl. 2019-05-06 21:22:19 +00:00

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