<?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 Manipulating Timewrap output: How can I create an alert when a user has a consistently high number of failed logins over a given time period? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Manipulating-Timewrap-output-How-can-I-create-an-alert-when-a/m-p/301891#M5430</link>
    <description>&lt;P&gt;I want to alert when a user has a consistently high number of failed logins over a given time period - e.g. if over 3 days a user had 5 failed logins on each day the alert would trigger, but if one day had 30 failed logins and day 2 and 3 had no or very few failed logins the alert would not trigger.&lt;/P&gt;

&lt;P&gt;I started with the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d count by User useother=f usenull=f | timewrap 1d series=short
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would give me an output of:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; User1_s0 | User1_s1 | User1_s2 | User1_s3 
 3         4            5        6
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My current logic is:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d count by User useother=f usenull=f | timewrap 1d series=short | where s0 &amp;gt; 10 AND s1 &amp;gt; 10 AND s2&amp;gt;10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, that doesn't give me any results and the docs for timewrap don't show many examples of how to reference each day as it were/perform further operations on the results.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 02:53:20 GMT</pubDate>
    <dc:creator>SplunkCOB</dc:creator>
    <dc:date>2018-02-22T02:53:20Z</dc:date>
    <item>
      <title>Manipulating Timewrap output: How can I create an alert when a user has a consistently high number of failed logins over a given time period?</title>
      <link>https://community.splunk.com/t5/Alerting/Manipulating-Timewrap-output-How-can-I-create-an-alert-when-a/m-p/301891#M5430</link>
      <description>&lt;P&gt;I want to alert when a user has a consistently high number of failed logins over a given time period - e.g. if over 3 days a user had 5 failed logins on each day the alert would trigger, but if one day had 30 failed logins and day 2 and 3 had no or very few failed logins the alert would not trigger.&lt;/P&gt;

&lt;P&gt;I started with the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d count by User useother=f usenull=f | timewrap 1d series=short
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would give me an output of:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; User1_s0 | User1_s1 | User1_s2 | User1_s3 
 3         4            5        6
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My current logic is:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d count by User useother=f usenull=f | timewrap 1d series=short | where s0 &amp;gt; 10 AND s1 &amp;gt; 10 AND s2&amp;gt;10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, that doesn't give me any results and the docs for timewrap don't show many examples of how to reference each day as it were/perform further operations on the results.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 02:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Manipulating-Timewrap-output-How-can-I-create-an-alert-when-a/m-p/301891#M5430</guid>
      <dc:creator>SplunkCOB</dc:creator>
      <dc:date>2018-02-22T02:53:20Z</dc:date>
    </item>
  </channel>
</rss>

