Loading

Append processor

Serverless Stack GA 9.2.0

Use the append processor to add a value to an existing array field, or create the field as an array if it doesn’t exist.

To use an append processor:

  1. Select CreateCreate processor.
  2. Select Append from the Processor menu.
  3. Set Source Field to the field you want append values to.
  4. Set Target field to the values you want to append to the Source Field.

This functionality uses the Elasticsearch rename pipeline processor. Refer to the rename processor Elasticsearch documentation for more information.