mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Disable broker message forwarding by default
Still finding it to not be foolproof enough to enable generally for all nodes in a cluster. Specific/advanced use-cases may still consider enabling, possibly just for specific nodes.
This commit is contained in:
parent
ddcd7f3405
commit
c73bb8fdc4
5 changed files with 9 additions and 3 deletions
|
@ -74,7 +74,7 @@ export {
|
|||
const max_sleep = 0 &redef;
|
||||
|
||||
## Forward all received messages to subscribing peers.
|
||||
const forward_messages = T &redef;
|
||||
const forward_messages = F &redef;
|
||||
|
||||
## The default topic prefix where logs will be published. The log's stream
|
||||
## id is appended when writing to a particular stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue