From 936db9c02a61ce0c724a780ea793b294195a6ee9 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 30 Sep 2014 13:27:52 +0200 Subject: [PATCH] output-lua: add config to yaml Disabled by default. --- suricata.yaml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) 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@