Splunk Search

Return user who matches only one value in same field

mmacdonald70
Explorer

I appologize if this is already answered. I'm having trouble figuring out how to even search for it.

I am trying to search through logs that have two fields: user and software version. I am trying to find a way to search through this data and return any user who has not upgraded their software so I would like to be able to return a list of all users who have never matched software version x but have matches other versions. How would I search for that?

0 Karma

jkat54
SplunkTrust
SplunkTrust
 | stats latest(version) by software host
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Perhaps index=foo user=* softwareVersion!=x | table user softwareVersion?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...