<?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: How to create a graph that shows number of active users over time? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341500#M22197</link>
    <description>&lt;P&gt;Something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=foo sourcetype=bar ssh | stats count by date_hour
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 Jan 2018 23:37:40 GMT</pubDate>
    <dc:creator>davpx</dc:creator>
    <dc:date>2018-01-31T23:37:40Z</dc:date>
    <item>
      <title>How to create a graph that shows number of active users over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341499#M22196</link>
      <description>&lt;P&gt;I'm trying to determine what hours over 7 days our ftp server has the lowest activity, or when no one is logged in.&lt;/P&gt;

&lt;P&gt;Logging is captured by session, example below.&lt;/P&gt;

&lt;P&gt;I'd like to produce a graph if possible that shows last 7 days number of active users over 1 hour timespan.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2018-01-31 06:28:39 110.10.10.10 - someuser [181000]quit - - 221 - - - 22 
2018-01-31 06:28:39 110.10.10.10 - someuser [181000]kick - - 421 - - - 22 
2018-01-31 06:28:39 110.10.10.10 - someuser [181000]ssh_disconnect timeout - 421 - - - 22 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jan 2018 17:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341499#M22196</guid>
      <dc:creator>akblackwel</dc:creator>
      <dc:date>2018-01-31T17:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph that shows number of active users over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341500#M22197</link>
      <description>&lt;P&gt;Something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=foo sourcetype=bar ssh | stats count by date_hour
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jan 2018 23:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341500#M22197</guid>
      <dc:creator>davpx</dc:creator>
      <dc:date>2018-01-31T23:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph that shows number of active users over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341501#M22198</link>
      <description>&lt;P&gt;create bins of one hours and distinct count the users - you can show this in table or bar/column graph&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=yourindex | bin span=1h _time | stats distinct_count(Username) as active_users by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Feb 2018 00:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-that-shows-number-of-active-users-over/m-p/341501#M22198</guid>
      <dc:creator>nabeel652</dc:creator>
      <dc:date>2018-02-01T00:18:26Z</dc:date>
    </item>
  </channel>
</rss>

