mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Add mor suricata ingest parser types
This commit is contained in:
8
salt/elasticsearch/files/ingest/suricata.smtp
Normal file
8
salt/elasticsearch/files/ingest/suricata.smtp
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"description" : "suricata.smtp",
|
||||||
|
"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" } }
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user