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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

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 ...