<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IIS Logs Count in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-Count/m-p/410930#M72767</link>
    <description>&lt;P&gt;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?&lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 13:45:55 GMT</pubDate>
    <dc:creator>tundeawe</dc:creator>
    <dc:date>2018-05-25T13:45:55Z</dc:date>
    <item>
      <title>IIS Logs Count</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-Count/m-p/410930#M72767</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 13:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-Count/m-p/410930#M72767</guid>
      <dc:creator>tundeawe</dc:creator>
      <dc:date>2018-05-25T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: IIS Logs Count</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-Count/m-p/410931#M72768</link>
      <description>&lt;P&gt;Try something along the lines of this, to do a distinct count on source IPs by destination IPs (field names might need adjustment):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...&amp;lt;your base search&amp;gt;...
| stats dc(src_ip) by dest_ip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 May 2018 13:52:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/IIS-Logs-Count/m-p/410931#M72768</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-25T13:52:39Z</dc:date>
    </item>
  </channel>
</rss>

