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

[Search Pipelines] Add global ignore_failure option for processors #8308

Closed
msfroh opened this issue Jun 28, 2023 · 1 comment
Closed

[Search Pipelines] Add global ignore_failure option for processors #8308

msfroh opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc v2.9.0 'Issues and PRs related to version v2.9.0'

Comments

@msfroh
Copy link
Collaborator

msfroh commented Jun 28, 2023

All ingest pipeline processors implicitly support the ignore_failure configuration option that catches exceptions from the processor and proceeds to the next processor in the chain. Importantly, the failure count for the processor (and the pipeline, and ingest pipelines in general) gets incremented.

We should do something similar for search pipelines.

@msfroh msfroh added enhancement Enhancement or improvement to existing feature or request untriaged Search Search query, autocomplete ...etc labels Jun 28, 2023
@msfroh msfroh changed the title [Search Pipelines] Add global ignore_failure option for processsors [Search Pipelines] Add global ignore_failure option for processors Jun 28, 2023
@macohen macohen removed the untriaged label Jun 29, 2023
@mingshl mingshl self-assigned this Jun 29, 2023
@macohen macohen added the v2.9.0 'Issues and PRs related to version v2.9.0' label Jun 30, 2023
@macohen macohen assigned msfroh and unassigned mingshl Jul 3, 2023
@macohen
Copy link
Contributor

macohen commented Jul 3, 2023

fixes #8373

@macohen macohen assigned mingshl and unassigned msfroh Jul 3, 2023
@reta reta closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc v2.9.0 'Issues and PRs related to version v2.9.0'
Projects
Status: Done
Development

No branches or pull requests

4 participants