<?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: New users per month in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127837#M34686</link>
    <description>&lt;P&gt;Thanks, managed to get it to work wit the following post but will check out the app.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/229349/can-i-use-an-extracted-date-field-as-my-time-for-m.html"&gt;http://answers.splunk.com/answers/229349/can-i-use-an-extracted-date-field-as-my-time-for-m.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2015 15:14:06 GMT</pubDate>
    <dc:creator>DanielFordWA</dc:creator>
    <dc:date>2015-07-17T15:14:06Z</dc:date>
    <item>
      <title>New users per month</title>
      <link>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127835#M34684</link>
      <description>&lt;P&gt;Is it possible to find the earliest time for all users over all time. Then do a distinct count of users by month using the earliest time as _time, therefore resulting in the distinct count of new users per month?&lt;/P&gt;

&lt;P&gt;I don't really want to do the lookup state of the world method. I need to end up with a table : _time "Users"  (where Users = new users and _time is by month) I can append this in another search and create some calculated metrics using eval.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127835#M34684</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-17T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: New users per month</title>
      <link>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127836#M34685</link>
      <description>&lt;P&gt;I would look at my app, &lt;A href="https://splunkbase.splunk.com/app/2632"&gt;Search Activity&lt;/A&gt;, for help with this type of thing. You could easily run &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats min(_time) as _time from `SA_Events` groupby user  | timechart count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and leverage the accelerated store. &lt;/P&gt;

&lt;P&gt;To do this with raw events, I would go for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit user action login attempt info=succeeded user=*  | stats min(_time) as _time by user | timechart count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:11:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127836#M34685</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2015-07-17T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: New users per month</title>
      <link>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127837#M34686</link>
      <description>&lt;P&gt;Thanks, managed to get it to work wit the following post but will check out the app.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/229349/can-i-use-an-extracted-date-field-as-my-time-for-m.html"&gt;http://answers.splunk.com/answers/229349/can-i-use-an-extracted-date-field-as-my-time-for-m.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:14:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/New-users-per-month/m-p/127837#M34686</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2015-07-17T15:14:06Z</dc:date>
    </item>
  </channel>
</rss>

