mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
912 B
YAML
51 lines
912 B
YAML
%YAML 1.1
|
|
---
|
|
|
|
outputs:
|
|
- eve-log:
|
|
enabled: yes
|
|
filetype: regular
|
|
append: false
|
|
filename: eve.json
|
|
level: Info
|
|
types:
|
|
- stats:
|
|
totals: yes
|
|
|
|
dpdk:
|
|
eal-params:
|
|
proc-type: primary
|
|
vdev: ["net_null0", "net_null1"]
|
|
no-huge:
|
|
m: 256
|
|
|
|
interfaces:
|
|
- interface: net_null0
|
|
threads: 1
|
|
mempool-size: 511
|
|
mempool-cache-size: auto
|
|
rx-descriptors: 16
|
|
tx-descriptors: 16
|
|
copy-mode: ips
|
|
copy-iface: net_null1
|
|
- interface: net_null1
|
|
threads: 1
|
|
mempool-size: 511
|
|
mempool-cache-size: auto
|
|
rx-descriptors: 16
|
|
tx-descriptors: 16
|
|
copy-mode: ips
|
|
copy-iface: net_null0
|
|
|
|
threading:
|
|
set-cpu-affinity: yes
|
|
cpu-affinity:
|
|
- management-cpu-set:
|
|
cpu: [ 0 ]
|
|
- worker-cpu-set:
|
|
cpu: [ "1-2" ]
|
|
mode: "exclusive"
|
|
|
|
unix-command:
|
|
enabled: auto
|