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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...