Splunk Search

How to compare numbers before and after a special char?

HelloItsMe76
Explorer

Hello, 

I have a log file that spits out data like the below. I want to be able to evaluate the the numbers either side of the "/" and alert if they are not the same. How can i do this? The will only be 1 "/" per line. The last line below that has "1/3" would be the only line i want returning. 

The data below is not in table form in the log file, its just text.  

 

NAME READY STATUS RESTARTS AGE

Process1 2/2 Running 0 8d

Process2ab  2/2 Running 0 8d

Process 3abc  1/3 Running 0 8d

 

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

There probably are a few ways to do that.  Here's one.

<<your search>>
| rex "\s(?<a>\d+)\/(?<b>\d+)"
| where a!=b
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...