Use 'terminate' processor instead of 'fail' #12083
Labels
enhancement
New feature or request
mapping/pipeline issue
Team:Security-Service Integrations
Security Service Integrations Team [elastic/security-service-integrations]
In some ingest pipelines we want to explicitly stop processing and jump to the next pipeline without any error. So far we accomplished this by using fail, but it had the unwanted side-effect of creating an additional
error.message
value.As of 8.16.0 this is now possible with the addition of the terminate processor. So when an integration moves to requiring 8.16 or higher then it can be made to use
terminate
instead offail
.This is the current list of integrations that had a
fail
processor conditional on error.message.The text was updated successfully, but these errors were encountered: