Remove wip config

This commit is contained in:
Josh Brower
2025-05-14 16:35:09 -04:00
parent 9022dc24fb
commit 0542c77137
3 changed files with 0 additions and 10 deletions

View File

@@ -9,7 +9,6 @@
{ "rename":{ "field": "rule.signature_id", "target_field": "rule.uuid", "ignore_failure": true } },
{ "rename":{ "field": "rule.signature_id", "target_field": "rule.signature", "ignore_failure": true } },
{ "rename":{ "field": "message2.payload_printable", "target_field": "network.data.decoded", "ignore_failure": true } },
{ "dissect": { "field": "rule.rule", "pattern": "%{?prefix}content:\"%{dns.query_name}\"%{?remainder}", "ignore_missing": true, "tag": "suricata" } },
{ "pipeline": { "name": "common.nids" } }
]
}