Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #20386 to 7.x: Add event.ingested to all Filebeat modules #20483

Merged
merged 2 commits into from
Aug 11, 2020

Commits on Aug 6, 2020

  1. Add event.ingested to all Filebeat modules (elastic#20386)

    The event.ingested field defines time at which the event was ingested to Elasticsearch
    and it added by the Ingest Node pipeline. This field is important when trying to build
    alerts for activities that may have been reported long after they occurred (@timestamp is
    much older than event.ingested). This might happen if an agent was offline for a period
    of time or the processing was delayed.
    
    This adds a test to ensure all modules create event.ingested.
    
    Use Filebeat read time instead of ingest time as event.created in Zeek.
    
    Closes elastic#20073
    
    (cherry picked from commit 829c3b7)
    andrewkroh committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    288b7c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    767ee49 View commit details
    Browse the repository at this point in the history