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

Allow pipeline processor to ignore missing pipelines #87354

Merged

Commits on Jun 3, 2022

  1. Allow pipeline processor to ignore missing pipelines

    Add `ignore_missing_pipeline` option to `pipeline` processor.
    This controls whether the `pipeline` processor should fail
    with an error if no pipeline with a name specified in the
    `name` option exists.
    
    This enhancement is useful to setup a pipeline infrastructure
    that lazily adds extension points for overwrites. So that
    for specific cluster setups custom pre-processing can be added
    at a later point in time.
    
    Relates to elastic#87323
    martijnvg committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3f3b70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7256823 View commit details
    Browse the repository at this point in the history
  3. fixed checkstyle violation

    martijnvg committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0268b50 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    5aa72db View commit details
    Browse the repository at this point in the history