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

Input v2 compatibility layer #19401

Merged
merged 3 commits into from
Jun 30, 2020
Merged

Input v2 compatibility layer #19401

merged 3 commits into from
Jun 30, 2020

Commits on Jun 30, 2020

  1. Input v2 compatibility layer

    This change introduces the input/v2/compat package, that provides a
    compatibility layer for integration the input v2 API into existing beats
    functionality.
    The package provides a function for wrapping v2 inputs into a
    cfgfile.RunnerFactory (used by autodiscovery, filebet module loading,
    config file reloading, ....).
    urso committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    818dce9 View commit details
    Browse the repository at this point in the history
  2. Review

    - fix typo
    - remove superfluous declaration
    - set input ID based on config hash or from setting if presen
    urso committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    cdf4fb1 View commit details
    Browse the repository at this point in the history
  3. fix import order

    urso committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    54698d6 View commit details
    Browse the repository at this point in the history