From: Victor Julien Date: Tue, 30 Sep 2014 11:27:52 +0000 (+0200) Subject: output-lua: add config to yaml X-Git-Tag: suricata-2.1beta2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=936db9c02a61ce0c724a780ea793b294195a6ee9;p=thirdparty%2Fsuricata.git output-lua: add config to yaml Disabled by default. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 4e6d58b286..7494544e64 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -306,6 +306,16 @@ outputs: type: file filename: http-data.log + # Lua Output Support - execute lua script to generate alert and event + # output. + # Documented at: + # https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Lua_Output + - lua: + enabled: no + #scripts-dir: /etc/suricata/lua-output/ + scripts: + # - script1.lua + # Magic file. The extension .mgc is added to the value here. #magic-file: /usr/share/file/magic magic-file: @e_magic_file@