[DOCS] Fix `field` def for join processor (#61395) (#61413)

This commit is contained in:
James Rodewig 2020-08-21 08:53:38 -04:00 committed by GitHub
parent 078e8717ee
commit bba4220982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Throws an error when the field is not an array.
[options="header"]
|======
| Name | Required | Default | Description
| `field` | yes | - | The field to be separated
| `field` | yes | - | Field containing array values to join
| `separator` | yes | - | The separator character
| `target_field` | no | `field` | The field to assign the joined value to, by default `field` is updated in-place
include::common-options.asciidoc[]