The Split processor splits a string into a list of strings using a specified delimiter.
The Split processor divides a string into a list of strings using a delimiter. Common delimiters include commas (,) and newlines (\).
| Metrics | Logs | Traces |
|---|---|---|
| ✓ | ✓ |
| 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. |