Add
Add (add)
Section titled “Add (add)”Add fields to the event.
Transform json
Minimal example
Section titled “Minimal example”actions: - add: output-fields: {}JSON
{ "actions": [ { "add": { "output-fields": {} } } ]}Contents
Section titled “Contents”A ✓ marks a field that accepts a context variable such as
{{ VARIABLE }}.
Fields
Section titled “Fields”Fields
| Field | Type | Required | Description |
|---|---|---|---|
output-fields |
map (object) |
✅ | Add these output fields (may be arbitrary values). |
overwrite ✓ |
boolean (bool) |
Override existing fields. Default: false |
General
Section titled “General”General
| Field | Type | Required | Description |
|---|---|---|---|
description |
string |
describe this step. | |
condition |
lua-expression (string) |
Only run this action if the specified condition is met. Examples: 2 * count() |