Lua scripts for use with Suricata
Enable the 'lua' output module in your YAML and add the script there. It's read from the directory set in 'script-dir'.
outputs: - lua: enabled: yes script-dir: /etc/suricata/lua/ scripts: - stats.lua
Requires Suricata git master or 2.1beta3+, with Lua support enabled.