zeek/scripts/policy/frameworks
Christian Kreibich 77556e9f11 Management framework: introduce deployment API in controller
This separates uploading a configuration from deploying it to the instances into
separate event transactions. set_configuration_request/response remains, but now
only conducts validation and storage of the new configuration (upon validation
success, and not yet persisted to disk). The response event indicates success or
the list of validation errors. Successful upload now returns the configuration's
ID in the result record's data struct.

The new deploy_request/response event takes a previously uploaded configuration
and deploys it to the agents.

The controller now tracks uploaded and deployed configurations
separately. Uploading assigns g_config_staged; deployment assigns
g_config_deployed. Deployment does not affect g_config_staged.

The get_config_request/response event pair now allows selecting the
configuration the caller would like to retrieve.
2022-06-21 17:22:45 -07:00
..
control Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
dpd Add analyzer_confirmation and analyzer_violation events 2021-11-23 19:36:50 -07:00
files update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
intel Fix host header normalization in intel framework. 2021-12-21 21:54:47 +01:00
management Management framework: introduce deployment API in controller 2022-06-21 17:22:45 -07:00
netcontrol Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
notice update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
packet-filter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
signatures Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
software update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00