zeek/scripts/base/frameworks/cluster
Johanna Amann 318a72c303 BrokerStore<->Zeek table - introdude &backend attribute
The &backend attribute allows for a much more convenient way of
interacting with brokerstores. One does not need to create a broker
store anymore - instead all of this is done internally.

The current state of this partially works. This should work fine for
persistence - but clones are currently not yet correctly attached.
2020-06-30 16:33:52 -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 BrokerStore<->Zeek table - introdude &backend attribute 2020-06-30 16:33:52 -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 unused variables found via use-def analysis (plus an indentation micro-nit) 2020-04-25 18:06:47 -07:00

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