aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_yaml_template.inc
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-03-18 12:42:08 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-03-18 12:42:08 -0400
commita6f4ab08784d3bcaef35b74f7e22358378acdc53 (patch)
treec43477a2f843668826ca5aa600028c50c6fb7cf7 /config/suricata/suricata_yaml_template.inc
parent279bed909a58259a0f04c5de575955ce9e956ec0 (diff)
downloadpfsense-packages-a6f4ab08784d3bcaef35b74f7e22358378acdc53.tar.gz
pfsense-packages-a6f4ab08784d3bcaef35b74f7e22358378acdc53.tar.bz2
pfsense-packages-a6f4ab08784d3bcaef35b74f7e22358378acdc53.zip
Add log_limit and sensor_id params to Barnyard2 configuration page.
Diffstat (limited to 'config/suricata/suricata_yaml_template.inc')
-rw-r--r--config/suricata/suricata_yaml_template.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/suricata/suricata_yaml_template.inc b/config/suricata/suricata_yaml_template.inc
index e62c48eb..07ada36e 100644
--- a/config/suricata/suricata_yaml_template.inc
+++ b/config/suricata/suricata_yaml_template.inc
@@ -40,9 +40,8 @@ outputs:
- unified2-alert:
enabled: {$barnyard2_enabled}
filename: unified2.alert
- limit: 32mb
- # Sensor ID field of unified2 alerts.
- sensor-id: 0
+ limit: {$unified2_log_limit}
+ sensor-id: {$unified2_sensor_id}
- http-log:
enabled: {$http_log_enabled}