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] backwards compatibility for set processor #20908

Merged
merged 3 commits into from
Sep 3, 2020

Commits on Sep 1, 2020

  1. backwards compatibility for set processor

    - "ignore_empty_value" option for the set processor only works on
    elasticsearch >= 7.9.0.  This change removes that option and replaces
    it with an if statement if pipeline is loaded on an earlier version of
    elasticsearch.
    leehinman committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    84cc638 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. incorporate feedback

    leehinman committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0233ae7 View commit details
    Browse the repository at this point in the history
  2. update changelog

    leehinman committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0799f01 View commit details
    Browse the repository at this point in the history