mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 18:50:28 +09:00
wip
This commit is contained in:
parent
11b4d423d8
commit
f90a80efa0
@ -13,8 +13,8 @@ use crate::model::log::suricata::SuricataLog;
|
||||
|
||||
use super::output;
|
||||
|
||||
const MIRROR_IFACE: &str = "ng-mirror";
|
||||
const MIRROR_PEER: &str = "ng-mirror-peer";
|
||||
const MIRROR_IFACE: &str = "mantis-mirror";
|
||||
const MIRROR_PEER: &str = "mantis-mirror-peer";
|
||||
|
||||
const CHANNEL_CAP: usize = 4096;
|
||||
|
||||
|
||||
@ -30,12 +30,12 @@ vars:
|
||||
VXLAN_PORTS: 4789
|
||||
TEREDO_PORTS: 3544
|
||||
|
||||
default-rule-path: ./net-guardia/static/rules
|
||||
default-rule-path: ./mantis/static/rules
|
||||
|
||||
rule-files:
|
||||
- "*.rules"
|
||||
|
||||
threshold-file: ./net-guardia/static/rules/suppress.conf
|
||||
threshold-file: ./mantis/static/rules/suppress.conf
|
||||
|
||||
outputs:
|
||||
- eve-log:
|
||||
@ -68,7 +68,7 @@ app-layer:
|
||||
enabled: yes
|
||||
|
||||
af-packet:
|
||||
- interface: ng-mirror-peer
|
||||
- interface: mantis-mirror-peer
|
||||
use-mmap: yes
|
||||
tpacket-v3: yes
|
||||
ring-size: 2048
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user