Skip to content

[aws] CloudTrail pipeline sets event.created incorrectly #2324

@andrewkroh

Description

@andrewkroh

event.created is the same as@timestamp, but it's supposed to be the time that Filebeat read the log as per ECS https://www.elastic.co/guide/en/ecs/current/ecs-event.html#field-event-created.

event.created contains the date/time when the event was first read by an agent, or by your pipeline.

This field is distinct from @timestamp in that @timestamp typically contain the time extracted from the original event.

- date:
field: json.eventTime
target_field: "@timestamp"
ignore_failure: true
formats:
- ISO8601
- set:
field: event.created
value: '{{@timestamp}}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Integration:awsAWSbugSomething isn't working, use only for issues

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions