<?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: Calculating Active User's in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195380#M56323</link>
    <description>&lt;P&gt;Could you provide sample logs or individual queries that you're using?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 18:47:55 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-03-19T18:47:55Z</dc:date>
    <item>
      <title>Calculating Active User's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195379#M56322</link>
      <description>&lt;P&gt;I am struggling to find how to write this query to calculate active user's on our system.  Currently we have a syslog that logs log in's and log outs.  The syslog is on the same host (if that matters) we have a 2nd host that does session time outs which i also want to track as a log out.&lt;BR /&gt;
I can pull these individually and put them into a time chart easy enough, but combining them has been futile so far.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 18:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195379#M56322</guid>
      <dc:creator>apalen</dc:creator>
      <dc:date>2014-03-19T18:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Active User's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195380#M56323</link>
      <description>&lt;P&gt;Could you provide sample logs or individual queries that you're using?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 18:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195380#M56323</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-19T18:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Active User's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195381#M56324</link>
      <description>&lt;P&gt;logout requested | timechart count &lt;BR /&gt;
user in session | timechart count&lt;/P&gt;

&lt;P&gt;I hope this helps!&lt;/P&gt;

&lt;P&gt;Edit: a word&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 19:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195381#M56324</guid>
      <dc:creator>apalen</dc:creator>
      <dc:date>2014-03-19T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Active User's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195382#M56325</link>
      <description>&lt;P&gt;Try this: (I am not about your exact requirement, just generating combined count for both syslogs)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| multisearch [search logout requested | eval type="syslog"][search user in session | eval type="sessionlog"] | timechart count by type
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Mar 2014 19:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195382#M56325</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-03-19T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Active User's</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195383#M56326</link>
      <description>&lt;P&gt;Thanks, This is defiantly a step in the right direction, i just need to put in the correct arguments.  Im not a programer by any means, so this is quite the struggle for me.  I'll keep playing with this try to make some progress.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 19:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculating-Active-User-s/m-p/195383#M56326</guid>
      <dc:creator>apalen</dc:creator>
      <dc:date>2014-03-19T19:29:36Z</dc:date>
    </item>
  </channel>
</rss>

