Skip to content

Commit

Permalink
Add missing parameter to append ingest processor (opensearch-project#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
kolchfa-aws and natebower authored Oct 30, 2024
1 parent 3e95f5f commit bd1631e
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 bd1631e

Please sign in to comment.