Remove Suricata IKEv2 pipeline

This commit is contained in:
Wes
2024-01-16 18:10:00 +00:00
parent ea64ce92d3
commit f6590ac0bf

View File

@@ -1,8 +0,0 @@
{
"description" : "suricata.ikev2",
"processors" : [
{ "rename": { "field": "message2.proto", "target_field": "network.transport", "ignore_missing": true } },
{ "rename": { "field": "message2.app_proto", "target_field": "network.protocol", "ignore_missing": true } },
{ "pipeline": { "name": "common" } }
]
}