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!

Blueprints for High-Maturity Operations: Splunk Lantern Articles on SOAR, ES 8.4, ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...