<?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: Alert by Source IP Where Threshold Exceeded in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57431#M11216</link>
    <description>&lt;P&gt;Works great!  Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2013 14:51:08 GMT</pubDate>
    <dc:creator>vragosta</dc:creator>
    <dc:date>2013-03-12T14:51:08Z</dc:date>
    <item>
      <title>Alert by Source IP Where Threshold Exceeded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57429#M11214</link>
      <description>&lt;P&gt;I have the following alert created in Splunk to alert me when the number of firewall drops exceeds 30 within a specified time span:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="udp:514" error_code=106001 | stats count as NumDrops by src_ip | where NumDrops &amp;gt; 30
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I receive the email for this alert, the attached csv file contains only the src_ip and NumDrops fields.  This is understandable, as this is what the search returns.  However, I would like to see each individual log that comprises this search in the alert email.  How would I go about doing this?  Do I need to somehow chain the searches, whereby I find out which src_ip triggers the alert and then perform another search using this src_ip?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:29:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57429#M11214</guid>
      <dc:creator>vragosta</dc:creator>
      <dc:date>2020-09-28T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alert by Source IP Where Threshold Exceeded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57430#M11215</link>
      <description>&lt;P&gt;You could replace stats with eventstats. Instead of dropping everything but the count and the src_ip it adds the count to the event.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2013 21:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57430#M11215</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-11T21:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alert by Source IP Where Threshold Exceeded</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57431#M11216</link>
      <description>&lt;P&gt;Works great!  Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 14:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Alert-by-Source-IP-Where-Threshold-Exceeded/m-p/57431#M11216</guid>
      <dc:creator>vragosta</dc:creator>
      <dc:date>2013-03-12T14:51:08Z</dc:date>
    </item>
  </channel>
</rss>

