Skip to content

Commit

Permalink
Add missing parameter to append ingest processor (#8635) (#8636)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Oct 30, 2024
1 parent 85fbb7b commit a1ed244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _ingest-pipelines/processors/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Parameter | Required/Optional | Description |
`description` | Optional | A brief description of the processor. |
`if` | Optional | A condition for running the processor. |
`ignore_failure` | Optional | Specifies whether the processor continues execution even if it encounters errors. If set to `true`, failures are ignored. Default is `false`. |
`allow_duplicates` | Optional | Specifies whether to append the values already contained in the field. If `true`, duplicate values are appended. Otherwise, they are skipped. |
`on_failure` | Optional | A list of processors to run if the processor fails. |
`tag` | Optional | An identifier tag for the processor. Useful for debugging in order to distinguish between processors of the same type. |

Expand Down

0 comments on commit a1ed244

Please sign in to comment.