From bba42209824e2f565dfaf6cdc4cb0163b6495ff7 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Fri, 21 Aug 2020 08:53:38 -0400 Subject: [PATCH] [DOCS] Fix `field` def for join processor (#61395) (#61413) --- docs/reference/ingest/processors/join.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingest/processors/join.asciidoc b/docs/reference/ingest/processors/join.asciidoc index ca0bdaa8aed..6cb363940e2 100644 --- a/docs/reference/ingest/processors/join.asciidoc +++ b/docs/reference/ingest/processors/join.asciidoc @@ -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[]