On Wed, Jun 10, 2020 at 8:14 AM Davide Robusto <[email protected]> wrote:
> Is it possible to inhibit the use of code fragments for workers? > Zeek scripts can only be used by Zeek's "manager" or "logger", > so as to prevent "workers" from doing unwanted actions? If yes, is also > possible to make "worker" > able to use some code fragments instead of others ? See if these examples help: https://docs.zeek.org/en/current/frameworks/broker.html#cluster-framework-examples This particular one shows 3 different way to conditionalize the execution of code based on either the node type or a specific node's name: https://docs.zeek.org/en/current/frameworks/broker.html#manager-sending-events-to-workers - Jon _______________________________________________ Zeek-Dev mailing list [email protected] http://mailman.icsi.berkeley.edu/mailman/listinfo/zeek-dev
