<?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 5 and above login failures in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43807#M10316</link>
    <description>&lt;P&gt;I have managed to create a search that finds users that have failed to login within the last 24 hours but I want to only see users who fail to login 5 or more times.&lt;/P&gt;

&lt;P&gt;This is what I have so far:&lt;/P&gt;

&lt;P&gt;source="&lt;EM&gt;secure&lt;/EM&gt;" sshd "pam_ldap: error trying to bind as user" | top uid&lt;/P&gt;

&lt;P&gt;How can I make it so it onlys shows 5 or more failed logins per user?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
    <pubDate>Fri, 23 Nov 2012 13:16:43 GMT</pubDate>
    <dc:creator>robK123</dc:creator>
    <dc:date>2012-11-23T13:16:43Z</dc:date>
    <item>
      <title>5 and above login failures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43807#M10316</link>
      <description>&lt;P&gt;I have managed to create a search that finds users that have failed to login within the last 24 hours but I want to only see users who fail to login 5 or more times.&lt;/P&gt;

&lt;P&gt;This is what I have so far:&lt;/P&gt;

&lt;P&gt;source="&lt;EM&gt;secure&lt;/EM&gt;" sshd "pam_ldap: error trying to bind as user" | top uid&lt;/P&gt;

&lt;P&gt;How can I make it so it onlys shows 5 or more failed logins per user?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:16:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43807#M10316</guid>
      <dc:creator>robK123</dc:creator>
      <dc:date>2012-11-23T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: 5 and above login failures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43808#M10317</link>
      <description>&lt;P&gt;You could filter the results of top like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | top uid | where count &amp;gt;= 5
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43808#M10317</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-11-23T13:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: 5 and above login failures</title>
      <link>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43809#M10318</link>
      <description>&lt;P&gt;That worked perfectly thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:54:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/5-and-above-login-failures/m-p/43809#M10318</guid>
      <dc:creator>robK123</dc:creator>
      <dc:date>2012-11-23T13:54:00Z</dc:date>
    </item>
  </channel>
</rss>

