Concatenates the values of a list of fields into a value in a new field.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | [string] | false | _concat | The output name of the field to set. |
field | [string] | true | Fields to concatenate. |
Examples
This example will concatenates the values of the fields
f1
and
f2
from each event into the field
combined:
humio
concat([f1, f2], as="combined")