Unroll
Description
The Unroll
processor operates on log entries that contain a list/array in their body
field. It expands the data into multiple log entries, with each item in the list becoming a separate entry while preserving the original attributes, resource attributes, and timestamp.
WARNING
The unroll processor may cause UI rendering slowdowns when processing log entries that expand into a large number of entries.
Use
The Unroll
processor expands log entries that contain multiple logical entries within a single record.
Supported Types
Metrics
Logs
Traces
Bindplane Agent
✓
v1.66.0+
Configuration
Example Configuration(s)
Unrolling a,b,c into 3 separate log records
This example demonstrates how the unroll processor handles a log entry with body: ['a','b','c']
. When applied, the processor creates three separate log records from the original entry.
Web Interface

Last updated
Was this helpful?