Skip to content

Commit 9d30566

Browse files
committed
Docs for the allow_duplicates option added in elastic#61916
1 parent f7e5ed5 commit 9d30566

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/ingest/processors/append.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ 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 | When false, ignores any of the values to be
21+
appended that are already present in the
22+
target field.
2023
include::common-options.asciidoc[]
2124
|======
2225

0 commit comments

Comments
 (0)