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.
43 lines
782 B
YAML
43 lines
782 B
YAML
|
2 years ago
|
%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
|
||
|
6 months ago
|
vdev: ["net_null0", "net_null1", "net_bonding0,member=net_null0,member=net_null1,mode=0"]
|
||
|
2 years ago
|
no-huge:
|
||
|
6 months ago
|
no-pci:
|
||
|
2 years ago
|
m: 256
|
||
|
|
|
||
|
|
interfaces:
|
||
|
6 months ago
|
- interface: net_bonding0
|
||
|
|
threads: 1
|
||
|
|
mempool-size: auto
|
||
|
2 years ago
|
mempool-cache-size: auto
|
||
|
|
rx-descriptors: 16
|
||
|
|
tx-descriptors: 16
|
||
|
|
copy-mode: none
|
||
|
6 months ago
|
copy-iface: none
|
||
|
2 years ago
|
|
||
|
|
threading:
|
||
|
|
set-cpu-affinity: yes
|
||
|
|
cpu-affinity:
|
||
|
|
- management-cpu-set:
|
||
|
|
cpu: [ 0 ]
|
||
|
|
- worker-cpu-set:
|
||
|
|
cpu: [ "all" ]
|
||
|
|
mode: "exclusive"
|
||
|
2 years ago
|
|
||
|
|
unix-command:
|
||
|
|
enabled: auto
|