common-options.asciidoc 516 B

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