mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Document which Bro script vars are set by BroControl
This commit is contained in:
parent
1b26c05c2c
commit
4b8171f74a
6 changed files with 28 additions and 4 deletions
|
@ -120,6 +120,7 @@ export {
|
|||
## The cluster layout definition. This should be placed into a filter
|
||||
## named cluster-layout.bro somewhere in the BROPATH. It will be
|
||||
## automatically loaded if the CLUSTER_NODE environment variable is set.
|
||||
## Note that BroControl handles all of this automatically.
|
||||
const nodes: table[string] of Node = {} &redef;
|
||||
|
||||
## This is usually supplied on the command line for each instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue