Splunk Search

How to use where to compare field values

summitsplunk
Communicator

Let's say I'm doing a stats count by x,y

How would I formulate a WHERE that compares the string value of x and y and only returns the stats count when there's a difference.

So like stats count by x,y |where x != y

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Put the where clause before the stats to reduce the number of events to process.

... | where 'x' != 'y' | stats count by x,y

The single quotes tell Splunk to treat x and y as field names rather than strings.

---
If this reply helps you, Karma would be appreciated.
0 Karma

Vijeta
Influencer

@summitsplunk Is your query not working. What are the values in x and y can you give an example.

0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...