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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...