Files
securityonion/salt/elasticsearch/files/ingest/suricata.tftp
2020-06-02 14:34:38 -04:00

9 lines
336 B
Plaintext

{
"description" : "suricata.tftp",
"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" } }
]
}