Splunk Search

compound query

mikefoti
Communicator

Not sure this is really a "compound query" question, but not sure how else to describe it.

I'm searching proxy logs and am interested in finding the "server_ip" (remote web servers) that 3 client_ips (internal users browsing the internet) all have visited.

So if...
client_ip 1 visited server_ip 1 and server_ip X and
client_ip 2 visited server_ip 2 and server_ip X, and
client_ip 3 visited server_ip 3 and server_ip X,
I would like a query to reveal that all 3 client_ips visited server_ip x

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You could approach like this:

your search | stats dc(clientip) as dc by serverip | where dc = 3

That counts the unique IPs per server - those rows that have a "3" will have been visited by all three clients.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could approach like this:

your search | stats dc(clientip) as dc by serverip | where dc = 3

That counts the unique IPs per server - those rows that have a "3" will have been visited by all three clients.

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