Splunk Search

How to Extract a Part of the field in splunk

chavi
Engager

Hi Everyone,

It would be great if someone help me on this.

I am having one field URL in my raw data.

URL = https://jfghdw.ind.com:1001/xyz/flow/group/186yugh-w12-567c-b89-pghj67y

Now I want to extract only the last portion(that will be different for each URL so Cant take hard coded value) of the field URL 

How to extract the 6th portion of the field that is "186yugh-w12-567c-b89-pghj67y" (It will be different for each URL)

using regular expression.

 

Labels (3)

bquirin
Engager

Hi Chavi, 

Is the URL always going to be the same?

If that is the case you could use the following: regular expression:

 

snippet.PNG

If the URL is dynamic in each event then its probably best to use a multi value eval function like mvindex:

Capture.PNG

 

If you have any more question do not hesitate to respond.

Best regards, 

bquirin

0 Karma

to4kawa
Ultra Champion

| eval result=mvindex(split(URL,"/"),-1)

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...