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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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