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!

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 ...