This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Description
TheSplit processor splits a string into a list of strings using a specified delimiter.
Use
TheSplit processor divides a string into a list of strings using a delimiter. Common delimiters include commas (,) and newlines (\).
Supported Types
| Metrics | Logs | Traces |
|---|---|---|
| ✓ | ✓ |
Configuration
| Field | Description |
|---|---|
| Telemetry Types | Specifies which types of telemetry the processor should be applied to. |
| Delimiter | The character or string used to split the field. |
| Condition | Defines when the processor should be applied. If not specified, the processor will attempt to process all telemetry. |
| Split From | The source field to split. |
| Split To | The destination field that will store the split values. |