-
Notifications
You must be signed in to change notification settings - Fork 115
Add terminate ingest processor
#3003
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
Conversation
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
| /** | ||
| * Terminates the current ingest pipeline, causing no further processors to be run. | ||
| * This will normally be executed conditionally, using the `if` option. | ||
| * @doc_id terminate-processor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please a corresponding link in specification/_doc_ids/table.csv?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
dakrone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@pquentin Any other comments before I merge this? |
flobernd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Add `terminate` ingest processor (#3003) (cherry picked from commit bcfdc95) * Run make contrib --------- Co-authored-by: Pete Gillin <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
Adds
terminateto the ingest processor spec.Closes elastic/elasticsearch#110218