Skip to content

Add

Add (add)

Add fields to the event.

Transform json

Minimal example

actions:
- add:
output-fields: {}
JSON
{
"actions": [
{
"add": {
"output-fields": {}
}
}
]
}

Contents

Fields

FieldTypeRequiredDescription
output-fieldsmap (object)Add these output fields (may be arbitrary values).
description Generalstringdescribe this step.
condition Generallua-expression (string)Only run this action if the specified condition is met.
Examples: 2 * count()
overwriteboolean (bool)Override existing fields.

General

Show fields
FieldTypeRequiredDescription
descriptionstringdescribe this step.
conditionlua-expression (string)Only run this action if the specified condition is met.
Examples: 2 * count()