<?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 if text is not present in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76838#M1057</link>
    <description>&lt;P&gt;Seems fairly straightforward. You search for the text in the file over the appropriate time range (e.g., midnight to 8:30am, run at 8:45am). Then send an alert if the count of results is zero, or less than 1. That is an option available when configuring alerts.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2013 22:10:41 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2013-03-27T22:10:41Z</dc:date>
    <item>
      <title>Alert if text is not present</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76837#M1056</link>
      <description>&lt;P&gt;I want to alert if the text "OmniKrnlService.main: starting, service name" is not present in a log file by 8:30 AM every day.&lt;/P&gt;

&lt;P&gt;I know how to alert when text is present but not how to alert when it's not present.  &lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 21:13:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76837#M1056</guid>
      <dc:creator>peter_gianusso</dc:creator>
      <dc:date>2013-03-27T21:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alert if text is not present</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76838#M1057</link>
      <description>&lt;P&gt;Seems fairly straightforward. You search for the text in the file over the appropriate time range (e.g., midnight to 8:30am, run at 8:45am). Then send an alert if the count of results is zero, or less than 1. That is an option available when configuring alerts.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 22:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76838#M1057</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-03-27T22:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alert if text is not present</title>
      <link>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76839#M1058</link>
      <description>&lt;P&gt;index=WhatYouChoose "OmniKrnlService.main" earliest=-0d@d latest=-0d@d+510m | stats count | eval Flag=if(count&amp;gt;0,1,0) | search Flag=1&lt;/P&gt;

&lt;P&gt;This would have you searching between midnight and 8:30am each day, but there isn't a solid way to decimal point it&lt;/P&gt;

&lt;P&gt;(510 minutes from midnight is 8:30am)&lt;/P&gt;

&lt;P&gt;| search Flag=1 would mean you found results&lt;BR /&gt;
| search Flag=0 would mean you did not find results&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 12:37:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Alert-if-text-is-not-present/m-p/76839#M1058</guid>
      <dc:creator>ArthurGautesen</dc:creator>
      <dc:date>2016-04-22T12:37:55Z</dc:date>
    </item>
  </channel>
</rss>

