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

Add event.ingested to all Filebeat modules #20386

Merged

Commits on Aug 3, 2020

  1. Add event.ingested to all Filebeat modules

    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.
    
    Closes elastic#20073
    andrewkroh committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    066a9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f53473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6408ff3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e117b51 View commit details
    Browse the repository at this point in the history