<?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 Splunk Alert Setup in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Splunk-Alert-Setup/m-p/538317#M10185</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I need a help in setting up Splunk Alert to g&lt;STRONG&gt;enerate an alert &lt;U&gt;if we get 60 errors per minute over a 5 minute period&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 17:34:12 GMT</pubDate>
    <dc:creator>csridhar</dc:creator>
    <dc:date>2021-02-02T17:34:12Z</dc:date>
    <item>
      <title>Splunk Alert Setup</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Alert-Setup/m-p/538317#M10185</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I need a help in setting up Splunk Alert to g&lt;STRONG&gt;enerate an alert &lt;U&gt;if we get 60 errors per minute over a 5 minute period&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 17:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Alert-Setup/m-p/538317#M10185</guid>
      <dc:creator>csridhar</dc:creator>
      <dc:date>2021-02-02T17:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert Setup</title>
      <link>https://community.splunk.com/t5/Alerting/Splunk-Alert-Setup/m-p/538333#M10186</link>
      <description>&lt;P&gt;Perhaps this will get you started.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo earliest=-5m ERROR
```Group events by the minute```
| bin span=1m _time
```Count how many occurred each minute```
| stats count by _time
```Keep only the minutes where the count was 60
| where count=60
```Count how many minutes are represented```
| stats count
```Return results if all 5 minutes have 60 errors```
| where count=5&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Splunk-Alert-Setup/m-p/538333#M10186</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-02-02T19:35:51Z</dc:date>
    </item>
  </channel>
</rss>

