Expand Events
Expand Events (expand-events)
Expand a single JSON document into multiple JSON events.
Contents
Fields
| Field | Type | Required | Description |
|---|---|---|---|
description | string | . | |
condition | lua-expression (string) | Only run this action if the condition the specified condition is met. | |
suppress-warnings | boolean (bool) | Suppress warnings generated by this action. | |
input-field | event-field (string) | . | |
remove | boolean (bool) | . | |
output-split-field | event-field (string) | . | |
skip-list | string | ✅ | JSON Pointers to skip flattening when event-expand. |
exclude-non-empty-arrays | boolean (bool) | Exclude all arrays that are not empty after expansion. |