diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index ad0b9a610455..d60b41bb9f25 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -657,6 +657,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Update Okta documentation for new stateful restarts. {pull}22091[22091] - Copy tag names from MISP data into events. {pull}21664[21664] - Added TLS JA3 fingerprint, certificate not_before/not_after, certificate SHA1 hash, and certificate subject fields to Zeek SSL dataset. {pull}21696[21696] +- Added `event.ingested` field to data from the Netflow module. {pull}22412[22412] *Heartbeat* diff --git a/x-pack/filebeat/module/netflow/log/ingest/pipeline.yml b/x-pack/filebeat/module/netflow/log/ingest/pipeline.yml index 934e33ad564d..a793268db3d3 100644 --- a/x-pack/filebeat/module/netflow/log/ingest/pipeline.yml +++ b/x-pack/filebeat/module/netflow/log/ingest/pipeline.yml @@ -2,6 +2,10 @@ description: Pipeline for Filebeat NetFlow processors: + - set: + field: event.ingested + value: '{{_ingest.timestamp}}' + # IP Geolocation Lookup - geoip: if: ctx.source?.geo == null