<?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: Deleted topic in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260833#M50051</link>
    <description>&lt;P&gt;I saw you respond to the first answer that it wasn't you wanted, so just trying to be sure we all understand exactly what you do want.....&lt;/P&gt;

&lt;P&gt;When you say failed 3 times, do you mean 3 times in one day?  Or 3 times over the entire previous month?  And then depending on that answer, what do you by 3 consecutive days.  So a user had a failed logon at least 3 times per day for 3 consecutive days?  Or just 3 consecutive and at least 3 times over the month?&lt;/P&gt;

&lt;P&gt;I'm also confused a bit on what you want returned.  Could you elaborate a bit on what "the name of the agent and total user counts" means?  And/or, given the sample data you provided, exactly what sort of results would you expect to see?&lt;/P&gt;

&lt;P&gt;And since you do want to see agent in the results, are the failed logon requirements at the agent level too?  Meaning, if a user has a logon failure 3 days in a row but 2 days are for one agent and 1 day is for another, does that count? &lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 02:38:02 GMT</pubDate>
    <dc:creator>maciep</dc:creator>
    <dc:date>2016-10-25T02:38:02Z</dc:date>
    <item>
      <title>Deleted topic</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260830#M50048</link>
      <description>&lt;P&gt;Delete&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 07:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260830#M50048</guid>
      <dc:creator>attschh1</dc:creator>
      <dc:date>2016-10-20T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted topic</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260831#M50049</link>
      <description>&lt;P&gt;See if this works&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="SM" AuthReject uid=* earliest=-30d@d | bin span=1d _time | stats count by uid _time | where count&amp;gt;2 | delta _time as d | transaction d uid maxevents=3 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 16:32:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260831#M50049</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-10-20T16:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted topic</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260832#M50050</link>
      <description>&lt;P&gt;Not what i wanted. But thanks a lot for your effort!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260832#M50050</guid>
      <dc:creator>attschh1</dc:creator>
      <dc:date>2016-10-25T02:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted topic</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260833#M50051</link>
      <description>&lt;P&gt;I saw you respond to the first answer that it wasn't you wanted, so just trying to be sure we all understand exactly what you do want.....&lt;/P&gt;

&lt;P&gt;When you say failed 3 times, do you mean 3 times in one day?  Or 3 times over the entire previous month?  And then depending on that answer, what do you by 3 consecutive days.  So a user had a failed logon at least 3 times per day for 3 consecutive days?  Or just 3 consecutive and at least 3 times over the month?&lt;/P&gt;

&lt;P&gt;I'm also confused a bit on what you want returned.  Could you elaborate a bit on what "the name of the agent and total user counts" means?  And/or, given the sample data you provided, exactly what sort of results would you expect to see?&lt;/P&gt;

&lt;P&gt;And since you do want to see agent in the results, are the failed logon requirements at the agent level too?  Meaning, if a user has a logon failure 3 days in a row but 2 days are for one agent and 1 day is for another, does that count? &lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260833#M50051</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-10-25T02:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted topic</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260834#M50052</link>
      <description>&lt;P&gt;Sorry for making you confuse. &lt;/P&gt;

&lt;P&gt;What i want is&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;If the user failed login for 3 times and consecutively for 3 days (In any days of the month for example if this happen in 01,02,03 and 10,11,12 it will be 2 counts). Then just return the uid and the count.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;We can ignore the agent part for now first. &lt;/P&gt;

&lt;P&gt;I hope that you can understand better on what i want.&lt;/P&gt;

&lt;P&gt;Thanks a lot for your time&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deleted-topic/m-p/260834#M50052</guid>
      <dc:creator>attschh1</dc:creator>
      <dc:date>2016-10-25T02:57:41Z</dc:date>
    </item>
  </channel>
</rss>

