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

[DOC] Pipeline ingest processor supports ignore_missing_pipeline parameter #6534

Closed
1 of 4 tasks
gaobinlong opened this issue Feb 28, 2024 · 2 comments
Closed
1 of 4 tasks
Assignees
Labels
Closed - Duplicate or Cancelled Issue: Nothing to be done

Comments

@gaobinlong
Copy link
Contributor

gaobinlong commented Feb 28, 2024

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.

In 2.13.0, we'll introduce a new parameter ignore_missing_pipeline for the pipeline ingest processor, we need to document that.

PUT _ingest/pipeline/outer
{
  "description": "outer pipeline",
  "processors": [
    {
      "pipeline": {
        "name": "inner",
        "ignore_missing_pipeline": true
      }
    }
  ]
}

But now we don't have documentation for the pipeline ingest processor, we need to add that document firstly.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

opensearch-project/OpenSearch#12476

@hdhalter hdhalter added 1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. v2.13.0 labels Feb 28, 2024
@hdhalter hdhalter added this to the v2.13 milestone Feb 28, 2024
@gaobinlong
Copy link
Contributor Author

gaobinlong commented Mar 12, 2024

The related code PR hasn't been merged because the idea in that PR isn't accepted by the maintainers, so this change doesn't target for 2.13.0, now I'll close this issue and if the code PR is merged, I'll open a new doc issue for it.

@hdhalter
Copy link
Contributor

Thanks, @gaobinlong !

@hdhalter hdhalter added Closed - Duplicate or Cancelled Issue: Nothing to be done and removed 1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. v2.13.0 labels Mar 12, 2024
@hdhalter hdhalter removed this from the v2.13 milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed - Duplicate or Cancelled Issue: Nothing to be done
Projects
None yet
Development

No branches or pull requests

3 participants