mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
24 lines
738 B
ReStructuredText
24 lines
738 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/frameworks/control/controllee.bro
|
|
========================================
|
|
.. bro:namespace:: Control
|
|
|
|
The controllee portion of the control framework. Load this script if remote
|
|
runtime control of the Bro process is desired.
|
|
|
|
A controllee only needs to load the controllee script in addition
|
|
to the specific analysis scripts desired. It may also need a node
|
|
configured as a controller node in the communications nodes configuration::
|
|
|
|
bro <scripts> frameworks/control/controllee
|
|
|
|
:Namespace: Control
|
|
:Imports: :doc:`base/frameworks/broker </scripts/base/frameworks/broker/index>`, :doc:`base/frameworks/control </scripts/base/frameworks/control/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|