Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
The Unroll processor converts a JSON object array into individual objects.Use
This processor is most commonly used for cases when a source sends a set of objects packaged in a single JSON object. This could include logs or metrics.Configuration
There is one option to configure for this processor.| Option | Description | Example |
|---|---|---|
| Field | The field containing the JSON object array to unroll. | .foo |
Example
Before
Unroll Options
| Option | Value |
|---|---|
| Field | .foo |