Hi, I have abnormal behavior when I use the same script in two different configurations:
- Zeek single thread configuration
- Zeek configuration with four cores and four workers.
By starting the script in question, in the first mode (zeek on a single thread) the flow
execution is linear with respect to the code, so the instructions are executed without any
Abnormal behavior.
By starting the script in question, with the second modality (zeek multithread with four cores and four workers)
the code is started correctly, but at some point workers are seen to be performing actions
randomly.
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 ?