OpenSearch/docs/reference/ingest/ingest-node-common-processor.asciidoc
Jake Landis 77fab62ebe
ingest: add common options to each processor's documentation (#35091)
* adds `if`, `on_failure`, `tag`, and `ignore_failure` to table for each processor

part of #33188

* added ingore_failure

* fix whitespace noise
2018-11-01 11:08:04 -05:00

5 lines
516 B
Plaintext

| `if` | no | - | Conditionally execute this processor.
| `on_failure` | no | - | Handle failures for this processor. See <<handling-failure-in-pipelines>>.
| `ignore_failure` | no | `false` | Ignore failures for this processor. See <<handling-failure-in-pipelines>>.
| `tag` | no | - | An identifier for this processor. Useful for debugging and metrics.
// TODO: See <<ingest-conditionals>>. <-- for the if description once PR 35044 is merged