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

Add the ability to require an ingest pipeline #46847

Merged
merged 6 commits into from
Sep 19, 2019

Commits on Sep 18, 2019

  1. Add the ability to require an ingest pipeline

    This commit adds the ability to require an ingest pipeline on an
    index. Today we can have a default pipeline, but that could be
    overridden by a request pipeline parameter. This commit introduces a new
    index setting index.required_pipeline that acts similarly to
    index.default_pipeline, except that it can not be overridden by a
    request pipeline parameter. Additionally, a default pipeline and a
    request pipeline can not both be set. The required pipeline can be set
    to _none to ensure that no pipeline ever runs for index requests on that
    index.
    jasontedor committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    82eb8d0 View commit details
    Browse the repository at this point in the history
  2. Add some REST tests

    jasontedor committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    c636e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Fix double processing

    jasontedor committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    5ddab06 View commit details
    Browse the repository at this point in the history
  2. Add assertion

    jasontedor committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    3d618a7 View commit details
    Browse the repository at this point in the history
  3. Fix NPE in tests

    jasontedor committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e044c1c View commit details
    Browse the repository at this point in the history
  4. Always mark as resolved

    jasontedor committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    01416c1 View commit details
    Browse the repository at this point in the history