Add mor suricata ingest parser types

This commit is contained in:
Mike Reeves
2020-06-02 14:34:38 -04:00
parent 0ea2252b5b
commit 3096d8d988
17 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"description" : "suricata.dhcp",
"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" } }
]
}