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] Convert logstash logEvent.action objects to strings #23944

Merged

Commits on Feb 12, 2021

  1. Convert logstash logEvent.action objects to strings

    To prevent index failures resulting from indexing a mix of strings and nested objects as
    logstash.log.log_event.action, this converts any objects to a stringified version of the object
    using painless toString().
    
    Fixes elastic#20709
    andrewkroh committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ad563d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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