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

Cherry-pick #19581 to 7.x: introduce journalbeat/pkg in order to provide reusable shared code #19734

Merged
merged 2 commits into from
Jul 8, 2020

Commits on Jul 8, 2020

  1. introduce journalbeat/pkg in order to provide reusable shared code (e…

    …lastic#19581)
    
    This PR moves some functionality into journalbeat/pkg for reuse:
    - field conversion
    - adding field filters
    - low-level reader
    
    The change is mostly moving code around with minor cleanups (e.g. by introducing more dedicated types and tests). Functionality from original read is split into: reader, matchers, and conversion
    
    (cherry picked from commit da1e55f)
    Steffen Siering committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    37e2b3c View commit details
    Browse the repository at this point in the history
  2. fix journalbeat depending on filebeat v2 (elastic#19658)

    Steffen Siering committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    0b3ff11 View commit details
    Browse the repository at this point in the history