Splunk Search

What's Wrong With This Query?

ahcarpenter
Engager

Hi,

 

Any thought off-hand as to what I'm not accounting for?

Looking to extract values from a field in unstructured logs.

Example event:

... { X-Request-Id:[<36_characters_of_interest>] .....

Was attempting to pull it from a named capture group (whose regex itself matches the correct characters), but no luck with any data showing up in the table.

index="k8s_events" real-estate-app X-Request-Id
| regex (?<x_request_id>(?<=X\-Request\-Id\:\[).............................................)
| table x_request_id

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| rex "X\-Request\-Id\:\[(?<x_request_id>.{36})"

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex "X\-Request\-Id\:\[(?<x_request_id>.{36})"
0 Karma

ahcarpenter
Engager

Thank you!!

0 Karma
Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...