<?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 Logging Splunk enterprise sign ins? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121496#M25191</link>
    <description>&lt;P&gt;This question has likely been asked, but the language makes it difficult to search for.&lt;/P&gt;

&lt;P&gt;I'm looking to create a search which lists every time someone has logged in to the Splunk Enterprise interface. Is there a simple search that outputs this data? Thanks very much! &lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2015 13:27:42 GMT</pubDate>
    <dc:creator>ceichhorn</dc:creator>
    <dc:date>2015-04-02T13:27:42Z</dc:date>
    <item>
      <title>Logging Splunk enterprise sign ins?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121496#M25191</link>
      <description>&lt;P&gt;This question has likely been asked, but the language makes it difficult to search for.&lt;/P&gt;

&lt;P&gt;I'm looking to create a search which lists every time someone has logged in to the Splunk Enterprise interface. Is there a simple search that outputs this data? Thanks very much! &lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:27:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121496#M25191</guid>
      <dc:creator>ceichhorn</dc:creator>
      <dc:date>2015-04-02T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Splunk enterprise sign ins?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121497#M25192</link>
      <description>&lt;P&gt;Try looking at the &lt;CODE&gt;_audit&lt;/CODE&gt; index.&lt;/P&gt;

&lt;P&gt;For example, just exploring:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit login
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;reveals there is a field &lt;CODE&gt;action&lt;/CODE&gt; with a value &lt;CODE&gt;login attempt&lt;/CODE&gt; (note the space), furthermore, there is a field &lt;CODE&gt;info&lt;/CODE&gt; that has the values either &lt;CODE&gt;succeeded&lt;/CODE&gt; or &lt;CODE&gt;failed&lt;/CODE&gt;. which leads us towards a better search like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit action="login attempt" info=succeeded
| timechart count by user
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or something of the sort.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:24:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121497#M25192</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-04-02T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Splunk enterprise sign ins?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121498#M25193</link>
      <description>&lt;P&gt;Thanks, this got it! Much appreciated. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logging-Splunk-enterprise-sign-ins/m-p/121498#M25193</guid>
      <dc:creator>ceichhorn</dc:creator>
      <dc:date>2015-04-02T14:48:08Z</dc:date>
    </item>
  </channel>
</rss>

