[Bro] bro scripts global vars

Johanna Amann johanna at icir.org
Thu Jun 22 12:27:56 PDT 2017


Stdout is a bit special. Especially if you are running in a cluster
environment, it is probably easier to just create a new log-file and write
your data to it.

Apart from that, you should find the stdout.log for your worker nodes in
spool/worker-[x]/stdout.log.

Johanna

On Wed, Jun 14, 2017 at 11:51:25AM +0200, Ernest Farias wrote:
> Thanks Johanna!
> But now it arise another question it works fine when test on cmd line
> but using broctl and I supposed it would go to my
>  /log/current/stdout.log (?) , but it only contains this, I don't know
> what I'm doing wrong
> 
> "max memory size         (kbytes, -m) unlimited
> data seg size           (kbytes, -d) unlimited
> virtual memory          (kbytes, -v) unlimited
> core file size          (blocks, -c) unlimited"
> 
> Thanks
> 
> Ernest
> 
> 
> On Tue, 2017-06-13 at 10:12 -0700, Johanna Amann wrote:
> > Hi,
> > 
> > > 
> > > What's the best way to know the value of globas vars on my loaded
> > > bro
> > > scripts?
> > The easiest way probably is to just check their values in a bro_init
> > event. Unless there is a reason that you can't do that?
> > 
> > Johanna
> 


More information about the Bro mailing list