Splunk Search

Extract value within quotes and plot on timechart

skenkere
New Member

Hi,

I am very new to splunk and i have data like this below:

"salary": "2000"

I have 1000's of events like this, I would like to extract only the integer 2000 and plot the value on timechart.

source="tcp:8050"  | search salary| rex _raw=".*(?P<sal>\d+).*" | timechart count as "SAL"

The above search is only returning the number of events having salary but not returning the actual value of 2000.
Requests help to achieve this!!!
Thanks!!

0 Karma

sbbadri
Motivator

@skenkere
try this,

your search here | rex field=_raw "\"salary\":\s+\"(?P<\d+>)\"" | timechart count by sal_value

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...