MozDef/examples/heka-lua-bro-notice
Jeff Bryner f1b72a4162 update bro heka lua examples to ignore #comment lines 2014-11-12 15:25:19 -08:00
..
README.md averez-doc: adding heka-lua-bro-notice and heka-lua-bro-intel configuration snippets 2014-04-08 21:22:41 -07:00
bronotice.lua update bro heka lua examples to ignore #comment lines 2014-11-12 15:25:19 -08:00
heka.toml update example heka toml and lua, closes #199 2014-11-10 16:43:15 -08:00

README.md

heka-lua-bro-notice

This configuration for heka ships notice logs for Bro stored in /nsm/bro/spool/manager/notice.log to mozdef.

We use here the Lua Sandbox for heka to parse our logs.

These log files have comments starting by # and have tab-delimited fields.

To run it:

rm -rf /var/cache/hekad/*
cp -rf bronotice.lua /usr/share/hekad
hekad -config=heka.toml