Skip to content

Commit

Permalink
Docs for the allow_duplicates option added in elastic#61916
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Sep 14, 2020
1 parent f7e5ed5 commit 9d30566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/ingest/processors/append.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Accepts a single value or an array of values.
| Name | Required | Default | Description
| `field` | yes | - | The field to be appended to. Supports <<accessing-template-fields,template snippets>>.
| `value` | yes | - | The value to be appended. Supports <<accessing-template-fields,template snippets>>.
| `allow_duplicates` | no | true | When false, ignores any of the values to be
appended that are already present in the
target field.
include::common-options.asciidoc[]
|======

Expand Down

0 comments on commit 9d30566

Please sign in to comment.