mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
35911d8dd7
This commit breaks the single ingest docs file into multiple files, factoring out the processor docs into a documentation file per processor. This will help make this content easier to maintain.
5 lines
516 B
Plaintext
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 |