Append processor
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:
- Select Create → Create processor.
- Select Append from the Processor menu.
- Set Source Field to the field you want append values to.
- Set Target field to the values you want to append to the Source Field.
This functionality uses the Elasticsearch append processor internally, but you configure it in Streamlang. Streamlang doesn’t always have 1:1 parity with the ingest processor options and behavior. Refer to Processor limitations and inconsistencies.