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

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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...