zeek/scripts/base/frameworks/cluster
Johanna Amann a220b02722 BrokerStore<->Zeek tables: &backend works for in-memory stores.
Currently this requires using this with a normal cluster - or sending
messages by yourself.

It, in principle, should also work with SQLITE - but that is a bit
nonsensical without being able to change the storage location.
2020-07-01 16:38:10 -07:00
..
nodes Add Supervisor::is_supervised() 2020-01-07 10:27:07 -08:00
__load__.zeek BrokerStore<->Zeek tables: &backend works for in-memory stores. 2020-07-01 16:38:10 -07:00
broker-stores.zeek BrokerStore<->Zeek tables: &backend works for in-memory stores. 2020-07-01 16:38:10 -07:00
main.zeek BrokerStore<->Zeek tables: &backend works for in-memory stores. 2020-07-01 16:38:10 -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.