<?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: Splunk usage monitor in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-usage-monitor/m-p/49607#M9414</link>
    <description>&lt;P&gt;Splunk provides a few built-in dashboards for that. Take a look in the Search-App under Status -&amp;gt; Search Activity.&lt;/P&gt;

&lt;P&gt;Another option is to build some searches/reports based on the events in the _audit and/or _internal index. Like this one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit NOT user="n/a" NOT user="splunk-system-user" earliest=-30d action="login attempt" info="succeeded" | bucket span=1d _time | dedup user,_time | stats count by user | sort -count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which displays on how many days the users have logged into Splunk in the last 30 days.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2010 18:31:24 GMT</pubDate>
    <dc:creator>ziegfried</dc:creator>
    <dc:date>2010-09-14T18:31:24Z</dc:date>
    <item>
      <title>Splunk usage monitor</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-usage-monitor/m-p/49606#M9413</link>
      <description>&lt;P&gt;How do I monitor how often my users are using Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2010 16:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-usage-monitor/m-p/49606#M9413</guid>
      <dc:creator>devilears</dc:creator>
      <dc:date>2010-09-14T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk usage monitor</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-usage-monitor/m-p/49607#M9414</link>
      <description>&lt;P&gt;Splunk provides a few built-in dashboards for that. Take a look in the Search-App under Status -&amp;gt; Search Activity.&lt;/P&gt;

&lt;P&gt;Another option is to build some searches/reports based on the events in the _audit and/or _internal index. Like this one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit NOT user="n/a" NOT user="splunk-system-user" earliest=-30d action="login attempt" info="succeeded" | bucket span=1d _time | dedup user,_time | stats count by user | sort -count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which displays on how many days the users have logged into Splunk in the last 30 days.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2010 18:31:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-usage-monitor/m-p/49607#M9414</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-09-14T18:31:24Z</dc:date>
    </item>
  </channel>
</rss>

