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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...