Skip to main content
Ent+
This feature is available as an add-on for the Honeycomb Enterprise plan. Please contact your Honeycomb account team for details.

Description

The Split processor splits a string into a list of strings using a specified delimiter.

Use

The Split processor divides a string into a list of strings using a delimiter. Common delimiters include commas (,) and newlines (\).

Supported Types

MetricsLogsTraces

Configuration

FieldDescription
Telemetry TypesSpecifies which types of telemetry the processor should be applied to.
DelimiterThe character or string used to split the field.
ConditionDefines when the processor should be applied. If not specified, the processor will attempt to process all telemetry.
Split FromThe source field to split.
Split ToThe destination field that will store the split values.