zeek/scripts/policy/frameworks/management/controller
Christian Kreibich 497b2723d7 Management framework: add get_id_value dispatch
This adds support for retrieving the value of a global identifier from any
subset of cluster nodes. It relies on the lookup_ID() BiF to retrieve the val,
and to_json() to render the value to an easily parsed string. Ideally we'd send
the val directly, but this hits several roadblocks, including the fact that
Broker won't serialize arbitrary values.
2022-04-15 18:51:56 -07:00
..
__load__.zeek Reorg of the cluster controller to new "Management framework" layout 2022-02-09 18:09:42 -08:00
api.zeek Management framework: add get_id_value dispatch 2022-04-15 18:51:56 -07:00
boot.zeek Reorg of the cluster controller to new "Management framework" layout 2022-02-09 18:09:42 -08:00
config.zeek Reorg of the cluster controller to new "Management framework" layout 2022-02-09 18:09:42 -08:00
main.zeek Management framework: add get_id_value dispatch 2022-04-15 18:51:56 -07:00