<?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 Re: Determine Peak Concurrency Aggregating IIS Logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58136#M11380</link>
    <description>&lt;P&gt;If you are capturing ClientIP and UserAgent you can use that to define a unique vistor. Just depends on how you want to define a visitor.&lt;/P&gt;

&lt;P&gt;| eval uniqueVisitor=(ClientIP + ClientUserAgent) | timechart span=5m dc(uniqueVisitor) as uniqueVistor.&lt;/P&gt;

&lt;P&gt;Check out the Web intelligence app to. It has a lot of good views and searches available.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2012 17:48:05 GMT</pubDate>
    <dc:creator>johnmca</dc:creator>
    <dc:date>2012-09-13T17:48:05Z</dc:date>
    <item>
      <title>Determine Peak Concurrency Aggregating IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58133#M11377</link>
      <description>&lt;P&gt;I have an index to consolidate the IIS logs for an application. I have 6 servers that handle load balancing. The IIS logs are in Splunk. &lt;/P&gt;

&lt;P&gt;Is there a search parameters can I use to determine the peak concurrent users at a point in time? &lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58133#M11377</guid>
      <dc:creator>ezajac</dc:creator>
      <dc:date>2012-09-12T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Peak Concurrency Aggregating IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58134#M11378</link>
      <description>&lt;P&gt;Do the events contain session ids and logon / logoff event entries ?&lt;BR /&gt;&lt;BR /&gt;
If so, you can work out the start of the session, the duration of the session, and use the concurrency search command&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2012 22:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58134#M11378</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-09-12T22:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Peak Concurrency Aggregating IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58135#M11379</link>
      <description>&lt;P&gt;Or if you don't have a really nice way of seeing session start/end, but have a unique identifier for visitors (like a JSESSIONID), you could fake concurrency with something like;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=iis* | timechart span=5m dc(JSESSIONID) AS concurrent_users
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which will give you a fairly good of the number of active users for each 5 minute period.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 07:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58135#M11379</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-09-13T07:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Peak Concurrency Aggregating IIS Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58136#M11380</link>
      <description>&lt;P&gt;If you are capturing ClientIP and UserAgent you can use that to define a unique vistor. Just depends on how you want to define a visitor.&lt;/P&gt;

&lt;P&gt;| eval uniqueVisitor=(ClientIP + ClientUserAgent) | timechart span=5m dc(uniqueVisitor) as uniqueVistor.&lt;/P&gt;

&lt;P&gt;Check out the Web intelligence app to. It has a lot of good views and searches available.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 17:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Determine-Peak-Concurrency-Aggregating-IIS-Logs/m-p/58136#M11380</guid>
      <dc:creator>johnmca</dc:creator>
      <dc:date>2012-09-13T17:48:05Z</dc:date>
    </item>
  </channel>
</rss>

