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 #16349 to 7.10: Fix leaks with metadata processors #21740

Merged
merged 2 commits into from
Oct 13, 2020

Commits on Oct 13, 2020

  1. Fix leaks with metadata processors (elastic#16349)

    Add a closer interface for processors so their resources can be released
    when the processor is not needed anymore.
    Explicitly close publisher pipelines so their processors are closed.
    Add closers for add_docker_metadata, add_kubernetes_metadata and add_process_metadata.
    Script processor will fail if a processor that needs to be closed is used.
    
    (cherry picked from commit a3fe796)
    jsoriano committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fd39818 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    jsoriano committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ba1060f View commit details
    Browse the repository at this point in the history