<?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 How to filter out errors that occur at consecutive intervals? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-filter-out-errors-that-occur-at-consecutive-intervals/m-p/622759#M9232</link>
    <description>&lt;P&gt;This query returns the url with errors at 5m span, I just want to filter out those errors that occur at consecutive intervals, like 9:00 and 9:05.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index = index uriPath=url* |bin span=5m _time
I stats count as Volume, count(eval(httpCode&amp;lt;=299)) as "Success" , count (eval (httpCode&amp;gt;399)) as Fail by urlPath _time I eval F=round (Fail*100/Volume, 2) | where FP&amp;gt; 2 and Volume &amp;gt; 50&lt;/LI-CODE&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 16:38:31 GMT</pubDate>
    <dc:creator>sid_arora</dc:creator>
    <dc:date>2022-12-01T16:38:31Z</dc:date>
    <item>
      <title>How to filter out errors that occur at consecutive intervals?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-filter-out-errors-that-occur-at-consecutive-intervals/m-p/622759#M9232</link>
      <description>&lt;P&gt;This query returns the url with errors at 5m span, I just want to filter out those errors that occur at consecutive intervals, like 9:00 and 9:05.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index = index uriPath=url* |bin span=5m _time
I stats count as Volume, count(eval(httpCode&amp;lt;=299)) as "Success" , count (eval (httpCode&amp;gt;399)) as Fail by urlPath _time I eval F=round (Fail*100/Volume, 2) | where FP&amp;gt; 2 and Volume &amp;gt; 50&lt;/LI-CODE&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 16:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-filter-out-errors-that-occur-at-consecutive-intervals/m-p/622759#M9232</guid>
      <dc:creator>sid_arora</dc:creator>
      <dc:date>2022-12-01T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: splunk consecutive bins</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-filter-out-errors-that-occur-at-consecutive-intervals/m-p/622773#M9233</link>
      <description>&lt;LI-CODE lang="markup"&gt;index = index uriPath=url* |bin span=5m _time
I stats count as Volume, count(eval(httpCode&amp;lt;=299)) as "Success" , count (eval (httpCode&amp;gt;399)) as Fail by urlPath _time I eval F=round (Fail*100/Volume, 2) | where FP&amp;gt; 2 and Volume &amp;gt; 50
| streamstats range(_time) as gap
| where gap &amp;gt; 300&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-filter-out-errors-that-occur-at-consecutive-intervals/m-p/622773#M9233</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-12-01T09:05:30Z</dc:date>
    </item>
  </channel>
</rss>

