This commit is contained in:
Kameron Kenny 2024-10-24 10:53:05 -04:00
parent 9c22be7c42
commit 3787232f44
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
filter f_nas81_suricata { match("suricata" value("PROGRAM")); };
filter f_nas18_host { match("nas81" value("HOST")); };
filter f_nas81_host { match("nas81" value("HOST")); };
parser p_kv { kv-parser(prefix("kv.")); };
parser p_suricata_dest_ip_geoip2_city {