> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Unroll

<Badge className="hny-badge-enterprise-addon" stroke>Ent+</Badge>

<Note>
  This feature is available as an add-on for the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).
  Please contact your Honeycomb account team for details.
</Note>

## 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.
</Warning>

## 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

The unroll processor has no configurable options and only processes log entries with a list/array in their `body` field.
