elasticsearch/docs/reference/ingest/processors/common-options.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
602 B
Plaintext
Raw Normal View History

| `description` | no | - | Description of the processor. Useful for describing the purpose of the processor or its configuration.
| `if` | no | - | Conditionally execute the processor. See <<handling-pipeline-failures>>.
| `ignore_failure` | no | `false` | Ignore failures for the processor. See <<handling-failure-in-pipelines>>.
| `on_failure` | no | - | Handle failures for the processor. See <<handling-failure-in-pipelines>>.
| `tag` | no | - | Identifier for the processor. Useful for debugging and metrics.