<?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: View Active Web Sessions in Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176543#M35402</link>
    <description>&lt;P&gt;Thanks, but not quite what I am looking for... I am looking more for a way to capture the amount of logins per day, or web user load...&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2013 18:56:17 GMT</pubDate>
    <dc:creator>fisuser1</dc:creator>
    <dc:date>2013-12-12T18:56:17Z</dc:date>
    <item>
      <title>View Active Web Sessions in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176541#M35400</link>
      <description>&lt;P&gt;Is there a way to view active, daily "log in" web sessions for a managed site?  Would need to create this search and save it as a dashboard... I am already capturing the Apache access log from this site in Splunk and want to see daily successful login metrics.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176541#M35400</guid>
      <dc:creator>fisuser1</dc:creator>
      <dc:date>2013-12-12T14:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: View Active Web Sessions in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176542#M35401</link>
      <description>&lt;P&gt;You can try this.  It extracts user names for sessions out of my access_combined logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined "*usernameAttr*" | rex ".*usernameAttr:(?&amp;lt;SessionUserName&amp;gt;\S+)\s.*" |stats count by SessionUserName 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run for whatever timeframe you like.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 16:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176542#M35401</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-12T16:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: View Active Web Sessions in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176543#M35402</link>
      <description>&lt;P&gt;Thanks, but not quite what I am looking for... I am looking more for a way to capture the amount of logins per day, or web user load...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 18:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/View-Active-Web-Sessions-in-Splunk/m-p/176543#M35402</guid>
      <dc:creator>fisuser1</dc:creator>
      <dc:date>2013-12-12T18:56:17Z</dc:date>
    </item>
  </channel>
</rss>

