<?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: LOGIN SUCCESS vs LOGIN FAILURE in Security</title>
    <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132922#M4033</link>
    <description>&lt;P&gt;Here is a scrubbed version.   Log Source and Sourcetype are defined and working well.  LOGIN FAILURE looks exactly like LOGIN SUCCESS and is just plain text and doesn't return as an interesting field.  The IP is out there and I can get a count to return by IP... but then I also want to see if these attempts have a SUCCESS or FAILURE associated. &lt;/P&gt;

&lt;P&gt;&amp;lt;13&amp;gt;Nov  7 11:14:36 &lt;EM&gt;log source&lt;/EM&gt; &lt;A href="https://community.splunk.com/*sourcetype*"&gt;07-Nov-2013 11:14:36&lt;/A&gt; - LOGIN SUCCESS|User Attempt|0|IP list|xxx.xxx.xxx.xxx&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2013 18:19:52 GMT</pubDate>
    <dc:creator>MattQ</dc:creator>
    <dc:date>2013-11-07T18:19:52Z</dc:date>
    <item>
      <title>LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132920#M4031</link>
      <description>&lt;P&gt;I have logs that return the basic text of "LOGIN SUCCESS" and "LOGIN FAILURE" but I don't seem to be able to make this a unique and interesting field.  I want to be able to search logs and return a count by IP addresses of everything trying to log in and then sort those with counts by SUCCESS or FAILURE&lt;/P&gt;

&lt;P&gt;This seems incredibly simple but I am failing at it&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:53:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132920#M4031</guid>
      <dc:creator>MattQ</dc:creator>
      <dc:date>2013-11-07T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132921#M4032</link>
      <description>&lt;P&gt;Would you please provide sample log entries?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 18:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132921#M4032</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2013-11-07T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132922#M4033</link>
      <description>&lt;P&gt;Here is a scrubbed version.   Log Source and Sourcetype are defined and working well.  LOGIN FAILURE looks exactly like LOGIN SUCCESS and is just plain text and doesn't return as an interesting field.  The IP is out there and I can get a count to return by IP... but then I also want to see if these attempts have a SUCCESS or FAILURE associated. &lt;/P&gt;

&lt;P&gt;&amp;lt;13&amp;gt;Nov  7 11:14:36 &lt;EM&gt;log source&lt;/EM&gt; &lt;A href="https://community.splunk.com/*sourcetype*"&gt;07-Nov-2013 11:14:36&lt;/A&gt; - LOGIN SUCCESS|User Attempt|0|IP list|xxx.xxx.xxx.xxx&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 18:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132922#M4033</guid>
      <dc:creator>MattQ</dc:creator>
      <dc:date>2013-11-07T18:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132923#M4034</link>
      <description>&lt;P&gt;Did you tried extracting LOGIN SUCCESS or LOGIN FAILURE using field extraction?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 18:40:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132923#M4034</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-11-07T18:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132924#M4035</link>
      <description>&lt;P&gt;Use a field extraction like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;… | rex field=_raw ".*LOGIN\s(?&amp;lt;loginresult&amp;gt;(SUCCESS|FAILURE)).*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There may be more elegant ways to do the regex, but that gives you the field named "loginresult" that will have either SUCCESS or FAILURE for each entry. That allows you to do reporting and matching on those fields. If the above works, then use that syntax to create a configured extract so the field is always available for that data source.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 19:23:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132924#M4035</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-11-07T19:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132925#M4036</link>
      <description>&lt;P&gt;This definitely is breathing life into this.  With this nudge I am getting there.  Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 20:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132925#M4036</guid>
      <dc:creator>MattQ</dc:creator>
      <dc:date>2013-11-07T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: LOGIN SUCCESS vs LOGIN FAILURE</title>
      <link>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132926#M4037</link>
      <description>&lt;P&gt;This quick reference guide helped me to get started &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/SearchCheatsheet#Download_the_Splunk_Quick_Reference_Guide"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/SearchCheatsheet#Download_the_Splunk_Quick_Reference_Guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 21:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LOGIN-SUCCESS-vs-LOGIN-FAILURE/m-p/132926#M4037</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2013-11-07T21:06:46Z</dc:date>
    </item>
  </channel>
</rss>

