Skip to content

Commit 4eee270

Browse files
authored
[DOCS] allow_duplicates option for append processor (#62336) (#63576)
1 parent 6eeeac7 commit 4eee270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/ingest/processors/append.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Accepts a single value or an array of values.
1717
| Name | Required | Default | Description
1818
| `field` | yes | - | The field to be appended to. Supports <<accessing-template-fields,template snippets>>.
1919
| `value` | yes | - | The value to be appended. Supports <<accessing-template-fields,template snippets>>.
20+
| `allow_duplicates` | no | true | If `false`, the processor does not append
21+
values already present in the field.
2022
include::common-options.asciidoc[]
2123
|======
2224

0 commit comments

Comments
 (0)