zeek/scripts/policy/frameworks/cluster/controller
Christian Kreibich f9ac03d6e3 Simplify ClusterController::API::set_configuration_request/response
It's easier to track outstanding controller/agent requests via a simple set of
pending agent names, and we can remove all of the result aggregation logic since
we can simply re-use the results reported by the agents.

This can serve as a template for request-response patterns where a client's
request triggers a request to all agents, followed by a response to the client
once all agents have responded. Once we have a few more of those, it'll become
clearer how to abstract this further.
2022-01-31 17:45:14 -08:00
..
__load__.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
api.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
boot.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
config.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
log.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
main.zeek Simplify ClusterController::API::set_configuration_request/response 2022-01-31 17:45:14 -08:00
request.zeek Simplify ClusterController::API::set_configuration_request/response 2022-01-31 17:45:14 -08:00
types.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00
util.zeek Docs/comment pass over the cluster controller framework 2022-01-03 00:31:03 -08:00