Splunk Search

What is the regular expression to extract the numbers in my sample?

JoshuaJohn
Contributor

I am trying to get the 432233 extracted into a field called memory

memorythread = "432233 KB";

tried ?(/d)

0 Karma
1 Solution

masonmorales
Influencer

| rex "memorythread = \"(?<memory>\d+)"

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try this.. It will create a field called memorythread

... | rex memorythread\s=\s"(?<memorythread>\d+)

0 Karma

masonmorales
Influencer

| rex "memorythread = \"(?<memory>\d+)"

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...