Skip to content

Commit 99b9fd7

Browse files
Add missing parameter to append ingest processor (#8635)
* Update append.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ingest-pipelines/processors/append.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com> (cherry picked from commit bd1631e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85fbb7b commit 99b9fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_ingest-pipelines/processors/append.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Parameter | Required/Optional | Description |
4343
`description` | Optional | A brief description of the processor. |
4444
`if` | Optional | A condition for running the processor. |
4545
`ignore_failure` | Optional | Specifies whether the processor continues execution even if it encounters errors. If set to `true`, failures are ignored. Default is `false`. |
46+
`allow_duplicates` | Optional | Specifies whether to append the values already contained in the field. If `true`, duplicate values are appended. Otherwise, they are skipped. |
4647
`on_failure` | Optional | A list of processors to run if the processor fails. |
4748
`tag` | Optional | An identifier tag for the processor. Useful for debugging in order to distinguish between processors of the same type. |
4849

0 commit comments

Comments
 (0)