]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: simplify streaming output setup
authorJason Ish <jason.ish@oisf.net>
Mon, 2 Jun 2025 22:54:16 +0000 (16:54 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Jun 2025 07:39:51 +0000 (09:39 +0200)
commit778a69962205829ed728b77d9747515db8c24132
tree14fab6d7ecd9671218993950efd7869d582a187c
parent02bdea2bce46b7833133f5e2c2dfa34630fe047c
lua: simplify streaming output setup

Setup the init function to simply return:

   {streaming = "tcp"}

or

   {streaming = "http"}

The returned table can have a lot of parameters that don't make sense
together, this should simplify this one case.
doc/userguide/lua/lua-functions.rst
src/output-lua.c