Splunk Search

how can i get each value for specific filed?

prabhunesanket1
New Member

index=test host=rider2*58* APP=TEST | rex field=_raw "*CAR:(?\d+)*" | table CAR

this is my query. But whenever i run it, i get empty values in table CAR. Can someone please help me how can i get the values populated ? everything else works fine but values are not getting displayed

Tags (1)
0 Karma

mayurr98
Super Champion

I think the problem is in the regex. can you give us sample events and let us know what do you want to extract.

0 Karma

PowerPacked
Builder

Please check with the Regex you wrote & there can be chances of failure in the earlier query as well.

Like check if index=test host=rider2*58* APP=TEST is populating any events.

& it would be helpfull, if you provide us a sample event which contains all the field values.

Thanks

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...