diff --git a/salt/elasticsearch/files/ingest/suricata.smtp b/salt/elasticsearch/files/ingest/suricata.smtp new file mode 100644 index 000000000..523ec1b30 --- /dev/null +++ b/salt/elasticsearch/files/ingest/suricata.smtp @@ -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" } } + ] +}