zeek/scripts/base/frameworks/broker
Robin Sommer d99f041ac5
Add WebSocket support for exchanging events with external clients.
This exposes Broker's new WebSocket support in Zeek. To enable it,
call `Broker::listen_websocket()`. Zeek will then start listening on
port 9997 for incoming WebSocket connections.

See the Broker documentation for a description of the message format
expected over these WebSocket connections.
2022-06-02 10:31:52 +02: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 Add WebSocket support for exchanging events with external clients. 2022-06-02 10:31:52 +02: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.