Files
securityonion/salt/elasticsearch/files/ingest/suricata.flow
2020-06-02 13:40:46 -04:00

10 lines
405 B
Plaintext

{
"description" : "suricata.flow",
"processors" : [
{ "set": { "field": "dataset", "value": "conn" } },
{ "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" } }
]
}