Skip to content

Commit

Permalink
[DOCS] allow_duplicates option for append processor (elastic#62336) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Oct 12, 2020
1 parent 6eeeac7 commit 4eee270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/ingest/processors/append.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 | If `false`, the processor does not append
values already present in the field.
include::common-options.asciidoc[]
|======

Expand Down

0 comments on commit 4eee270

Please sign in to comment.