Reporting

Extract a value of the field as count

geeksk01
New Member

I have a log like this 

{"module": “x”, "app_name": “sample”-app, "message": "Number of  Transactions :52”}. I need to extract the value 52 as count.

I can use    eval c1=substr(message,25,2) . But how can I use as count variable. I want to use this count to compare with another count

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

What's wrong with what you have?  You have the count in a field called 'c1' so you should be able to compare with another count using eval.

| eval match = if(c1 == count, "Yes", "No")
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...

We’ve Got Education Validation!

Are you feeling it? All the career-boosting benefits of up-skilling with Splunk? It’s not just a feeling, it's ...