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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...