All Apps and Add-ons

Extract fields from comma seperated list

jbesant
Explorer

Hello, I've just started using Splunk and have managed to extract a few fields from my source to create graphs and a dashboard but I am struggling with the Regx for the following:

04/06/2014 10:30:34,OEL_REPLEN_EVENT,sys_proc op_replen_sequencer,"Product code 71104449, Master TM 81117517, Insert TM 41030090, Quantity 4, Reason OTHER STOCK IN TRAY "

I am trying to extract the information in the message that is between the quotes,i.e. Product Code, Master TM, Reason

There are several different Reason which could be made up of anything between 2 and 4 words. In some cases there will be blank entries after Insert TM.

Hope someone can help! Thanks.

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

If that's the first occurrence of double quotes you can use this regex:

,"(?<quoted_field_name>[^"]+)"

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

If that's the first occurrence of double quotes you can use this regex:

,"(?<quoted_field_name>[^"]+)"
0 Karma

jbesant
Explorer

Many thanks that was what I needed. I entered:

(?i) Reason (?P[^"]+)

this and it pulled out all the Reason phrases

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...