We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e5ed5 commit 9d30566Copy full SHA for 9d30566
docs/reference/ingest/processors/append.asciidoc
@@ -17,6 +17,9 @@ Accepts a single value or an array of values.
17
| Name | Required | Default | Description
18
| `field` | yes | - | The field to be appended to. Supports <<accessing-template-fields,template snippets>>.
19
| `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.
23
include::common-options.asciidoc[]
24
|======
25
0 commit comments