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

Fix _id field in s3 and googlepubsub inputs #17026

Merged

Commits on Mar 16, 2020

  1. Fix _id field in s3 and googlepubsub inputs

    In elastic#15859 the Elasticsearch output was changed to read from the @metadata._id field when it had been using @metadata.id.
    The s3 and googlepubsub inputs had both been setting @metadata.id, but were not updated with that change.
    
    This updates the s3 and googlepubsub inputs to use `beat.Event#SetID()` rather than creating the metadata object themselves.
    andrewkroh committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c656da4 View commit details
    Browse the repository at this point in the history