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

Remove event.timezone from events from some json logs #13918

Merged

Commits on Oct 4, 2019

  1. Remove event.timezone from events from some json logs

    Filebeat modules for Elasticsearch and Logstash support two different
    log formats, the JSON one contains timezones, so it doesn't need the
    `event.timezone` added by `add_locale` for date parsing. Also having
    this added `event.timezone` can be inconsistent in some cases as it
    may be different to the timezone of the logs parsed. Don't add this
    field when the log message is in JSON format.
    jsoriano committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    797b70f View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    jsoriano committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    e720a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12be01 View commit details
    Browse the repository at this point in the history