<?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 Find Counts for Multiple pages in IIS Logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Find-Counts-for-Multiple-pages-in-IIS-Logs/m-p/25475#M4151</link>
    <description>&lt;P&gt;I need to find how many times several pages have been hit in a given period. I am checking about 6 months worth of IIS logs.&lt;/P&gt;

&lt;P&gt;I am talking about &amp;gt;100 different pages. What is the easier way to do this?&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2013 18:45:05 GMT</pubDate>
    <dc:creator>noriel_cunanan</dc:creator>
    <dc:date>2013-05-06T18:45:05Z</dc:date>
    <item>
      <title>Find Counts for Multiple pages in IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-Counts-for-Multiple-pages-in-IIS-Logs/m-p/25475#M4151</link>
      <description>&lt;P&gt;I need to find how many times several pages have been hit in a given period. I am checking about 6 months worth of IIS logs.&lt;/P&gt;

&lt;P&gt;I am talking about &amp;gt;100 different pages. What is the easier way to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2013 18:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-Counts-for-Multiple-pages-in-IIS-Logs/m-p/25475#M4151</guid>
      <dc:creator>noriel_cunanan</dc:creator>
      <dc:date>2013-05-06T18:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find Counts for Multiple pages in IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Find-Counts-for-Multiple-pages-in-IIS-Logs/m-p/25476#M4152</link>
      <description>&lt;P&gt;Well, there's no way around that you're going to have to search through all those logs.&lt;BR /&gt;
Given the sourcetype is called &lt;CODE&gt;iis&lt;/CODE&gt; and the 'pages' you wish to count are called &lt;CODE&gt;uri&lt;/CODE&gt;;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=iis  | stats count by uri
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Set your timerange appropriately and fire away. Just ensure that you get the right field to do the &lt;CODE&gt;count by&lt;/CODE&gt;, i.e. whether you want the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/blah/blah.asp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/blah/blah.asp?meh=doh&amp;amp;apples=oranges
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2013 19:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Find-Counts-for-Multiple-pages-in-IIS-Logs/m-p/25476#M4152</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-05-06T19:52:40Z</dc:date>
    </item>
  </channel>
</rss>

