mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 21:47:48 +02:00
Change how zeek and suri are populated in the minion file
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
suricata:
|
||||
config:
|
||||
threading:
|
||||
set-cpu-affinity: 'no'
|
||||
detect-thread-ratio: 1.0
|
||||
cpu-affinity:
|
||||
- management-cpu-set:
|
||||
cpu: []
|
||||
- receive-cpu-set:
|
||||
cpu: []
|
||||
- worker-cpu-set:
|
||||
cpu: []
|
||||
mode: exclusive
|
||||
threads: 1
|
||||
prio:
|
||||
default: high
|
||||
af-packet:
|
||||
interface: bond0
|
||||
cluster-id: 59
|
||||
cluster-type: cluster_flow
|
||||
defrag: true
|
||||
use-mmap: true
|
||||
threads: 1
|
||||
tpacket-v3: true
|
||||
ring-size: 5000
|
||||
vars:
|
||||
address-groups:
|
||||
HOME_NET: "[192.168.0.0/16,10.0.0.0/8,172.16.0.0/12]"
|
||||
@@ -348,9 +371,6 @@ suricata:
|
||||
include-mpm-stats: false
|
||||
mpm-algo: auto
|
||||
spm-algo: auto
|
||||
threading:
|
||||
set-cpu-affinity: "yes"
|
||||
detect-thread-ratio: 1.0
|
||||
luajit:
|
||||
states: 128
|
||||
|
||||
|
||||
Reference in New Issue
Block a user