diff --git a/docs/reference/ingest/processors/append.asciidoc b/docs/reference/ingest/processors/append.asciidoc index 86c5eb59e233c..356fffe5fa7dd 100644 --- a/docs/reference/ingest/processors/append.asciidoc +++ b/docs/reference/ingest/processors/append.asciidoc @@ -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 <>. | `value` | yes | - | The value to be appended. Supports <>. +| `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[] |======