zeek/scripts/base/frameworks/broker
Jon Siwek 6af436aad3 GH-1426: Improve handling of Broker data store creation failures
Broker::create_master() and Broker::create_clone() now return
a valid value even when there's a failure to open the backend database
(e.g. SQLite filesystem error).  In that case, the returned value can
still be passed into other data store operations, but they'll fail
immediately with an error.  Broker::is_closed() can now also be used to
determine whether the data store creation calls failed.
2021-03-06 02:32:29 -08:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
log.zeek Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
main.zeek GH-780: Prevent log batches from indefinite buffering 2020-02-05 13:06:52 -08:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
store.zeek GH-1426: Improve handling of Broker data store creation failures 2021-03-06 02:32:29 -08:00

The Broker communication framework facilitates connecting to remote Zeek
instances to share state and transfer events.