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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...