Files
securityonion/salt/elasticsearch/files/ingest/suricata.dns
2020-06-03 20:40:10 -04:00

9 lines
334 B
Plaintext

{
"description" : "suricata.dns",
"processors" : [
{ "rename": { "field": "message2.proto", "target_field": "network.transport", "ignore_missing": true } },
{ "rename": { "field": "message2.dns.rrname", "target_field": "dns.query.name", "ignore_missing": true } },
{ "pipeline": { "name": "common" } }
]
}