Splunk Search

Extract data from a string that has variable length

madakkas
Explorer

Hi I have the below data , and am trying to extract the below

Start lsakjdf sdlkj sd CODE=CODE1 ksdjf ksajfd sakjdf
Start $jdf$ ssfjdlkj sd CODE=CODE2 ksdjf ksajfd sakjdf
Start lsakjdf CODE=CODE3 ksdjf ksajfd sakjdf
Start lsakj44 sdlkj sdah sd CODE=CODE4 ksdjf ksajfd sakjdf

CODE=CODE1
CODE=CODE2
CODE=CODE3
CODE=CODE4

Tags (1)
0 Karma
1 Solution

p_gurav
Champion

Did you try below regex:

| rex field=_raw "(?P<data>\w+=\w+)"

View solution in original post

0 Karma

p_gurav
Champion

Did you try below regex:

| rex field=_raw "(?P<data>\w+=\w+)"
0 Karma

madakkas
Explorer

that did work ,

I set it up using the below as well

|eval CODE = trim(substr(mvindex(split(MSGTXT," "),mvfind(split(MSGTXT," "),"CODE=")),0,10))

0 Karma

damien_chillet
Builder

Are you looking for a regex? (?P<data>\w+=\w+) maybe?

0 Karma

madakkas
Explorer

I am fine with any approach as far as i get my result.

regex as well is fine.

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...