Splunk Search

Regex for transforms.conf for splitting string

bowesmana
SplunkTrust
SplunkTrust

Been trying hundreds of different ways to get there,

I have a REGEX in transforms.conf that creates Timers, Values fields. These contain comma separated numbers, e.g.

63,218

21521,1,0

I am trying to turn these in to mv lists with other transforms, e.g.

[toserver-instr-timers]

SOURCE_KEY = Timers

REGEX = (?[^,]*),

MV_ADD = true

This works, but does not get the last timer/value, so th T array has just 63 and the V array has only 21521 and 1

How do I get the regex to make the last non , terminated field into an array elemenet.

0 Karma

Paolo_Prigione
Builder

Have you tried to turn the last comma into optional?

REGEX= (?<t>[^,]*),?
0 Karma
Get Updates on the Splunk Community!

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...

Splunk MCP & Agentic AI: Machine Data Without Limits

Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization uses ...