Fix Zeek PIllar

This commit is contained in:
Mike Reeves
2022-09-15 13:11:03 -04:00
parent 73d45bd9fc
commit 7d6e847f86
3 changed files with 2 additions and 47 deletions
+2 -1
View File
@@ -165,7 +165,8 @@ function add_sensor_to_minion() {
echo " mtu: 9000" >> $PILLARFILE
echo "zeek:" >> $PILLARFILE
echo " config:" >> $PILLARFILE
echo " lb_procs: '$CORECOUNT'" >> $PILLARFILE
echo " node:" >> $PILLARFILE
echo " lb_procs: '$CORECOUNT'" >> $PILLARFILE
echo "suricata:" >> $PILLARFILE
echo " config:" >> $PILLARFILE
echo " af-packet:" >> $PILLARFILE