From 34343bc251f83e3b5572064377f46efd0955212b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 28 Nov 2018 10:24:10 -0500 Subject: [PATCH] Common Module - Add Suricata PL tracker --- salt/common/telegraf/etc/telegraf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/common/telegraf/etc/telegraf.conf b/salt/common/telegraf/etc/telegraf.conf index 8058164cc..926ec344b 100644 --- a/salt/common/telegraf/etc/telegraf.conf +++ b/salt/common/telegraf/etc/telegraf.conf @@ -627,6 +627,7 @@ [[inputs.exec]] commands = [ "/scripts/stenoloss.sh", + "/scripts/suriloss.sh", "/scripts/oldpcap.sh" ] data_format = "influx"