I'm trying to send my bro cluster some messages via pybroker.
On the bro side I run the a.bro script and I get the following error :
line 12: value used but not set (Broker::enable)
line 13: value used but not set (Broker::listen)
Is there anything else I should load to get this script working ?
Any ideas about the source of the problem ?
How do you implement it in a clustered environment ?
Every instance of bro (manager and workers) will try to listen to the same port I assume (because broctl will not start while a single bro instance does work)
Is there a way of updating a table in a cluster environment for only one bro instance (manager) and make sure it will be synchronized for instances in the cluster ?