Splunk Search

How to find the events contain different fields while they have the same value in another field?

weikuanl
New Member

I got the following log events:

=====

User:A IP_address:10.0.0.1

User:B IP_address:10.0.0.2

User:C IP_address:10.0.0.3

User:A IP_address:20.1.1.1

User:C IP_address:10.0.0.3

=====

As shown above, event 1 and event 4 both have the value "A" in User field, but they got different values in "IP_address" field. What search command should I use to filter the logs and find out event pairs like event 1 and event 4 above (have the same value in User field but different values in IP_address field)? Thanks!

Tags (1)
0 Karma

ayme
Splunk Employee
Splunk Employee

sourcetype=your_sourcetype | stats values(IP_address) as ips by User | where mvcount(ips)>1

...should do the trick.

weikuanl
New Member

Thanks a lot, it works!

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