zeek/scripts/base/frameworks/broker
Arne Welzel f35cf228dc broker/store: Extend SQLiteOptions around data safety and performance
Add configurability of synchronous and journal_mode for SQLite backed
Broker data stores. Setting these to synchronous=normal and journal_mode=wal
can significantly improve throughput at the cost of some durability in
the presence of power loss or OS crash. In the context of Zeek, this is
likely more than acceptable.

Additionally, add integrity_check and failure_mode options to support deleting
and re-opening a corrupted SQLite database at store creation.

Closes #2698
2023-01-30 10:25:37 +01: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 Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
store.zeek broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00

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