Getting Data In

IIS Logs Count

tundeawe
New Member

From an IIS logs, if a user goes to the webpage once but 50 different thing are loaded on the webpage(example images) and Splunk counts each individual thing loaded on the page as a count. How can I find out how many times an IP got to a particular destination IP?

0 Karma

FrankVl
Ultra Champion

Try something along the lines of this, to do a distinct count on source IPs by destination IPs (field names might need adjustment):

...<your base search>...
| stats dc(src_ip) by dest_ip
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...