Splunk Search

How to write regex for rex command to extract value after a colon?

valameti
Explorer

Hi,
Can any one help me how to display the below value which is in double quotation using rex command
API : IO ET :"2465ms"

0 Karma
1 Solution

pradeepkumarg
Influencer
....| rex "(?i)\s\:\"(?P.*?\d+ms)\W" | table DURATION

View solution in original post

esix_splunk
Splunk Employee
Splunk Employee
... | rex "API\s\:\sIO\sET\s\:\"(?<myvalue>\d+)ms\"" | table myvalue

That will also capture based on the text match before, leading up to the quotes, capture in the quotes up to the ms label.

0 Karma

pradeepkumarg
Influencer
....| rex "(?i)\s\:\"(?P.*?\d+ms)\W" | table DURATION
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...