diff --git a/salt/elasticsearch/files/ingest/suricata.ike b/salt/elasticsearch/files/ingest/suricata.ike index daac58916..890b99baf 100644 --- a/salt/elasticsearch/files/ingest/suricata.ike +++ b/salt/elasticsearch/files/ingest/suricata.ike @@ -1,5 +1,5 @@ { - "description" : "suricata.ike logs", + "description" : "suricata.ike", "processors" : [ { "rename": { "field": "message2.proto", "target_field": "network.transport", "ignore_missing": true } }, { "rename": { "field": "message2.app_proto", "target_field": "network.protocol", "ignore_missing": true } },