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

[Filebeat] fix event.type have incorrect value in system/syslog #20390

Merged
merged 2 commits into from
Aug 10, 2020

Commits on Jul 31, 2020

  1. fix event.type have incorrect value in system/syslog

    event.type was being set to event.  event is not one of the allowed
    values for event.type in ECS.  Changing field to event.kind, where
    event is an allowed value.
    
    Closes elastic#20365
    leehinman committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e5749ba View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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