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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...