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

[7.13](backport #26676) Make network_direction, registered_domain and convert processors compatible with ES older than 7.13.0 #26692

Merged
merged 2 commits into from
Jul 5, 2021

Commits on Jul 2, 2021

  1. Make network_direction, registered_domain and convert processors comp…

    …atible with ES older than 7.13.0 (#26676)
    
    Adds three new Filebeat fileset compatibility tweaks to support Elasticsearch versions before 7.13.0:
    
    - Replaces usages of convert processor using type: ip with an equivalent grok expression.
      Convert to ip type is used to make a conditional field copy if the source field is a valid IP address.
    - Removes the network_direction processor.
    - Removes the registered_domain processor.
    
    (cherry picked from commit 65d2193)
    adriansr authored and mergify-bot committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    97ef2e6 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    adriansr committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ce5da3d View commit details
    Browse the repository at this point in the history