2021-03-26 21:42:46 +08:00
|
|
|
| `description` | no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration.
|
2021-12-22 00:37:20 +08:00
|
|
|
| `if` | no | - | Conditionally execute the processor. See <<conditionally-run-processor>>.
|
|
|
|
| `ignore_failure` | no | `false` | Ignore failures for the processor. See <<handling-pipeline-failures>>.
|
|
|
|
| `on_failure` | no | - | Handle failures for the processor. See <<handling-pipeline-failures>>.
|
2021-03-26 21:42:46 +08:00
|
|
|
| `tag` | no | - | Identifier for the processor. Useful for debugging and metrics.
|