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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...