Getting Data In

Parsing comma separated values

danurag
Explorer

I have a script that outputs data in the following format. The problem is that the value of the Error field gets initialized to "No" and ignores the Error part. Also, the Error field could have have a completed stack trace and flow into multiple lines. How do I write the transforms stanza so that it assigns all the values to the "Error" field.

ElapsedTime=2.2812208, StatusCode=OK, ContentMatched=False, Error=No Error

Thank you

Tags (1)
0 Karma

yannK
Splunk Employee
Splunk Employee

try the inline regex,

mysearch | rex field=hop "Error=(?<Error>([^=]*)$)" | table Error

then once confirmed working, you can define an automatic field extraction
see http://docs.splunk.com/Documentation/Splunk/4.2.5/Knowledge/Managesearch-timefieldextractions

danurag
Explorer

Hi MuS, I need help with writing the complete regex. Could you please give me some pointers.

Thanks.

0 Karma

MuS
Legend

Hi danurag

you can use a regex like this ([^=]*)$ to match everything after the last = to be extracted

cheers

Get Updates on the Splunk Community!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...