<?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 - Multiple Condition Confusion in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245155#M4580</link>
    <description>&lt;P&gt;Ok, as expected, I over thought this one.  Since the Alert first when the return result is NOT 0, the doing this:&lt;BR /&gt;
    search myfield = *  OR  "Caught exception Splunkd daemon is not responding"&lt;BR /&gt;
Works for my Alert (it wont fire if a Splunkd exception is returned).&lt;/P&gt;

&lt;P&gt;Sorry,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2016 18:47:30 GMT</pubDate>
    <dc:creator>chrisboy68</dc:creator>
    <dc:date>2016-03-10T18:47:30Z</dc:date>
    <item>
      <title>Alert - Multiple Condition Confusion</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245153#M4578</link>
      <description>&lt;P&gt;Hi, this should be simple, but its making my head hurt.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=myindex OR index=_internal) (myfield=*  OR source=*dbx2*) |   search myfield = *  NOT  "Caught exception Splunkd daemon is not responding"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;At times, I have ran into issues with the splunkd not responding for DB2. I have the above search in an Alert. It fires when there are 0 rows within 10 minutes (there should always be at least one row in 10 min), but I don't want it to fire if it finds "Caught exception Splunkd daemon is not responding". &lt;/P&gt;

&lt;P&gt;I think I'm going about this wrong. How can I make a conditional alert that only fires if 0 rows are returned in the search and does not contain "Caught exception Splunkd daemon is not responding"?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245153#M4578</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2016-03-10T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alert - Multiple Condition Confusion</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245154#M4579</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=myindex OR index=_internal) (myfield=*  OR source=*dbx2*) NOT  "Caught exception Splunkd daemon is not responding"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:41:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245154#M4579</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-03-10T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alert - Multiple Condition Confusion</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245155#M4580</link>
      <description>&lt;P&gt;Ok, as expected, I over thought this one.  Since the Alert first when the return result is NOT 0, the doing this:&lt;BR /&gt;
    search myfield = *  OR  "Caught exception Splunkd daemon is not responding"&lt;BR /&gt;
Works for my Alert (it wont fire if a Splunkd exception is returned).&lt;/P&gt;

&lt;P&gt;Sorry,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-Multiple-Condition-Confusion/m-p/245155#M4580</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2016-03-10T18:47:30Z</dc:date>
    </item>
  </channel>
</rss>

