Splunk Search

Field Extraction Struggle

sphiwee
Contributor

i have these log entries, and I'm trying to extract the underlined data as "Business_Process"

 

sphiwee_0-1597246959262.png

i'm using the below regex, on geg101 it extracts just fine but on splunk it exctracts a huge chunk.

 rex field=_raw "\Drun\.name\D:\D(?<Business_Process>.+)\D,\Drun.u"

 

i get below result in splunk

sphiwee_1-1597247468022.png

 

Labels (1)
Tags (1)
0 Karma
1 Solution

thambisetty
SplunkTrust
SplunkTrust

| rex “run\.name\”:\”(?<Business_Process>[^\”]+)”

don’t forget to replace double quotes from your keyboard. Double quotes may not match as I am typing from them my phone.

————————————
If this helps, give a like below.

View solution in original post

thambisetty
SplunkTrust
SplunkTrust

| rex “run\.name\”:\”(?<Business_Process>[^\”]+)”

don’t forget to replace double quotes from your keyboard. Double quotes may not match as I am typing from them my phone.

————————————
If this helps, give a like below.

sphiwee
Contributor

having same issue, trying to extract red text

"run\.author\.fullname\D:\"(?<USER>.+\"\,\"r)"

 

 

0 Karma

thambisetty
SplunkTrust
SplunkTrust

just advice - don't post actual data here.


| rex “run\.author\.fullname\”:\”(?<User>[^\”]+)”

————————————
If this helps, give a like below.

sphiwee
Contributor

sphiwee_1-1597512234006.png

Hi thanks for the advice, seem to be getting an error on that regex 

 

0 Karma

thambisetty
SplunkTrust
SplunkTrust
| rex "run\.author\.fullname\":\"(?<User>[^\"]+)"

try now. the issue is with double quotes, as I had typed them from my phone.

————————————
If this helps, give a like below.

sphiwee
Contributor

Yes I figured it was that, sorry to be bothersome.. any idea how can i vizualize a relationship between  Business_Process and User ? i want to show in a cool way which user ran which business process 

0 Karma

thambisetty
SplunkTrust
SplunkTrust

| stats values(Business_process) as business_process by User

————————————
If this helps, give a like below.

sphiwee
Contributor

wow thanks bro works perfectly, how can i learn to perfect my regex skills?

0 Karma

richgalloway
SplunkTrust
SplunkTrust
Please share your sample data as text rather than a screen shot so people can test with it.
---
If this reply helps you, Karma would be appreciated.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...