WARNING: Version 6.0 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Join Processor
editJoin Processor
editJoins each element of an array into a single string using a separator character between each element. Throws an error when the field is not an array.
Table 22. Join Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The field to be separated |
|
yes |
- |
The separator character |
|
no |
|
The field to assign the joined value to, by default |
{ "join": { "field": "joined_array_field", "separator": "-" } }