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 | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...