<?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: email alert for time period that contains multiple items in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87850#M22454</link>
    <description>&lt;P&gt;What is the field name that includes netxdown?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2013 17:45:42 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-10-08T17:45:42Z</dc:date>
    <item>
      <title>email alert for time period that contains multiple items</title>
      <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87847#M22451</link>
      <description>&lt;P&gt;I want to send an email alert only when the last X minutes of a log contains "net1 down", "net2 down", "net3 down", and "net4 down".  The messages are on different lines.  How can I do this with the Splunk search app?  Right now I have it send me an alert with results for "net* down" and eyeball it to make sure not all 4 are there.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87847#M22451</guid>
      <dc:creator>scr4tchfury</dc:creator>
      <dc:date>2013-10-08T17:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: email alert for time period that contains multiple items</title>
      <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87848#M22452</link>
      <description>&lt;P&gt;Are these different lines of the same event, or 4 different events?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87848#M22452</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-08T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: email alert for time period that contains multiple items</title>
      <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87849#M22453</link>
      <description>&lt;P&gt;They are 4 different events.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87849#M22453</guid>
      <dc:creator>scr4tchfury</dc:creator>
      <dc:date>2013-10-08T17:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: email alert for time period that contains multiple items</title>
      <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87850#M22454</link>
      <description>&lt;P&gt;What is the field name that includes netxdown?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:45:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87850#M22454</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-08T17:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: email alert for time period that contains multiple items</title>
      <link>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87851#M22455</link>
      <description>&lt;P&gt;Schedule a search to run every 15 minutes&lt;/P&gt;

&lt;P&gt;Set the alert to trigger if the result count is greater than 3&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=yourindex sourcetype=yoursourcetype  yourfield="*net1 down*" OR  yourfield="*net2 down*" OR  yourfield="*net3 down*" OR  yourfield="*net4 down*"  | dedup yourfield
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/email-alert-for-time-period-that-contains-multiple-items/m-p/87851#M22455</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-08T17:52:56Z</dc:date>
    </item>
  </channel>
</rss>

