From 8867dcf403bff8a9a063c62310862da5caafab99 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Fri, 26 Mar 2021 09:00:39 -0400 Subject: [PATCH] config/plugin: Add template for plugins --- suricata.yaml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index 657c29fa2a..1beae12d96 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -71,6 +71,10 @@ stats: # Add stream events as stats. #stream-events: false +# Plugins -- Experimental -- specify the filename for each plugin shared object +plugins: +# - /path/to/plugin.so + # Configure the type of alert (and other) logging you would like. outputs: # a line based alerts log similar to Snort's fast.log -- 2.47.2