This commit is contained in:
ParrotXray 2026-05-22 04:53:26 +00:00
parent 11b4d423d8
commit f90a80efa0
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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