From: Victor Julien Date: Tue, 3 Apr 2018 08:13:43 +0000 (+0200) Subject: doc/lua: small update to the usage intro X-Git-Tag: suricata-4.1.0-rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a90dced8ef06cf1869bd669894e1bcd937549ce;p=thirdparty%2Fsuricata.git doc/lua: small update to the usage intro --- diff --git a/doc/userguide/lua/lua-usage.rst b/doc/userguide/lua/lua-usage.rst index 5c3c8ad4f9..8d83f3b9cf 100644 --- a/doc/userguide/lua/lua-usage.rst +++ b/doc/userguide/lua/lua-usage.rst @@ -1,17 +1,18 @@ Lua usage in Suricata ===================== -Lua can be used in two components of Suricata. First one is output an the second one in signature. +Lua scripting can be used in two components of Suricata. The first is in +output an the second one in rules in the detection engine. -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. +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 detection ------------- -Lua script can be used as a filter in signatures. See :ref:`lua-scripting` for more information. +Lua script can be used as a filter condition in signatures. See :ref:`lua-scripting` for more information.