Skip to content

Commit

Permalink
Copy timestamp to event.end instead of parsing date again
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Jan 22, 2019
1 parent 5fed5a9 commit af68418
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions x-pack/filebeat/module/suricata/eve/ingest/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,9 @@
,"ignore_failure": true
}
}
, {"date":
{"field": "suricata.eve.timestamp"
,"target_field": "event.end"
, "formats": ["ISO8601"]
,"ignore_failure": true
, {"set":
{"field": "event.end"
,"value": "{{@timestamp}}"
}
}
, { "script":
Expand Down

0 comments on commit af68418

Please sign in to comment.