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!

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...