mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
536 B
ReStructuredText
18 lines
536 B
ReStructuredText
Lua usage in Suricata
|
|
=====================
|
|
|
|
Lua can be used in two components of Suricata. First one is output an the second one in signature.
|
|
|
|
Both features are using a list of functions to access to data extracted by Suricata. You can get the
|
|
list of functions in the :ref:`lua-functions` page.
|
|
|
|
Lua output
|
|
----------
|
|
|
|
Lua can be used to write arbitrary output. See :ref:`lua-output` for more information.
|
|
|
|
Lua signature
|
|
-------------
|
|
|
|
Lua script can be used as a filter in signatures. See :ref:`lua-scripting` for more information.
|