<?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: How to disable splunk alert from 1 Am to 6.30 Am .for particular time? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554666#M11068</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the object of date_hour is a number, "00" and "07" aren't number, did you tried:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NOT (date_wday=monday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;7))&lt;/LI-CODE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2021 11:26:18 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-06-07T11:26:18Z</dc:date>
    <item>
      <title>How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363004#M11058</link>
      <description>&lt;P&gt;How to customize alert should not trigger for particular time from 1 AM to 6.30AM?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363004#M11058</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2017-11-15T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363005#M11059</link>
      <description>&lt;P&gt;Do you want the alert to not run at all during that time, or to run but not alert on events that happen in that time? How frequently is the alert scheduled to run right now? I'd like to help!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363005#M11059</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-11-15T17:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363006#M11060</link>
      <description>&lt;P&gt;Hi  karthi2809&lt;BR /&gt;
insert in your main search this condition:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;date_hour&amp;gt;=1 AND (date_hour&amp;lt;7 AND date_minute&amp;lt;31)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if this condition must run only in some days of the week insert an additionan condition with date_wday.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363006#M11060</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-15T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363007#M11061</link>
      <description>&lt;P&gt;Thanks cusello&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 05:12:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363007#M11061</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2017-11-16T05:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363008#M11062</link>
      <description>&lt;P&gt;Hi Cusello,&lt;/P&gt;

&lt;P&gt;index=docker  fatal  NOT date_hour&amp;gt;=1 AND (date_hour&amp;lt;7 AND date_minute&amp;lt;31)&lt;/P&gt;

&lt;P&gt;will this query works.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:44:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363008#M11062</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2020-09-29T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363009#M11063</link>
      <description>&lt;P&gt;Hi cusello,&lt;/P&gt;

&lt;P&gt;The query is not working the alert is triggering at that time.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Karthigeyan&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 06:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363009#M11063</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2017-11-20T06:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363010#M11064</link>
      <description>&lt;P&gt;@karthi2809, can you share your alert query?&lt;/P&gt;

&lt;P&gt;Can you display date_hour as well in your alert? Is it possible that there is difference in the timezone for your data and your local time zone?&lt;/P&gt;

&lt;P&gt;Try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=docker fatal (date_hour&amp;lt;1 OR date_hour&amp;gt;6) OR (date_hour=6 AND date_minute&amp;gt;30)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Nov 2017 07:33:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363010#M11064</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-20T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363011#M11065</link>
      <description>&lt;P&gt;Hi karthi2809,&lt;BR /&gt;
the NOT condition must be all in parenthesis:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=docker fatal NOT (date_hour&amp;gt;=1 AND (date_hour&amp;lt;7 AND date_minute&amp;lt;31))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;otherwise only the first condition is called.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 07:54:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363011#M11065</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-20T07:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363012#M11066</link>
      <description>&lt;P&gt;Hi elliotproebstel,&lt;/P&gt;

&lt;P&gt;At that time we are taking backups files .so that time i dont need alerts .so i have to disable alert for that time.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 09:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/363012#M11066</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2017-11-20T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554664#M11067</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- Looks like this condition isn't working in the query where we use "stats" part of query for CPU, Memory, Disk space alerts. Kindly suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOT (date_wday=monday AND date_hour&amp;gt;=00 AND (date_hour&amp;lt;07))&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554664#M11067</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-07T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554666#M11068</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the object of date_hour is a number, "00" and "07" aren't number, did you tried:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NOT (date_wday=monday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;7))&lt;/LI-CODE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554666#M11068</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-07T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554678#M11069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; - I tried now but still results are getting shows in the events view&lt;/P&gt;&lt;P&gt;NOT (date_wday=monday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;7))&lt;/P&gt;&lt;P&gt;What I could observe here is when the stats command in place _time field isn't working in Splunk so the condition we use here looks for the query where _time filed is effectively used.&lt;/P&gt;&lt;P&gt;Kindly let me know your thoughts/observations on this&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554678#M11069</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-07T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554680#M11070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry I was wrong, after a stats command, you haven't more the date_wday and date_hour fields but you have only the fields in the stats.&lt;/P&gt;&lt;P&gt;Could you share your search?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554680#M11070</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-07T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554686#M11071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- i cannot share the actual/complete search but something with Splunk fields i can share&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source=*cpu* cpu_load_percent&amp;gt;75 NOT (date_wday=monday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;7)) | stats latest(cpu_load_percent) as cpu_max_usage by _time, host | table _time host cpu_max_usage&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554686#M11071</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-07T12:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554687#M11072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;source=*cpu* cpu_load_percent&amp;gt;75 NOT (date_wday="monday" date_hour&amp;lt;7) 
| stats latest(cpu_load_percent) as cpu_max_usage by _time, host 
| table _time host cpu_max_usage&lt;/LI-CODE&gt;&lt;P&gt;In this way, you exclude alerts fired on monday between 0 and 6.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554687#M11072</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-07T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554696#M11073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- Still not working and results are getting displayed&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 13:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554696#M11073</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-07T13:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554728#M11074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what's the time period of your search?&lt;/P&gt;&lt;P&gt;in this way you exclude events from 00 to 7.00 but alert is running so if you have events at 23.55 and you run your alert at 0.30 the alert is fired!&lt;/P&gt;&lt;P&gt;Do you want to exclude events from 00 to 7.00 or avoid to run alert?&lt;/P&gt;&lt;P&gt;If you don't want to execute the alert between 00 and 7.00 you have to configure your cron.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554728#M11074</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-07T16:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554737#M11075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; - The time period of my search is "Last 30 minutes", But for testing purpose to check the working of that "NOT" condition I modified to search "Today" as time range to look for results for that time returning or not.&lt;/P&gt;&lt;P&gt;But the results are showing the stats value between the time 1 AM - 3 AM&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="to disable splunk alert.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14516iEC5DF32F1E065D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="to disable splunk alert.png" alt="to disable splunk alert.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NOT (date_wday=monday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;7))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554737#M11075</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-07T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554837#M11076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206567"&gt;@sureshkumaar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's a really strange behaviour!&lt;/P&gt;&lt;P&gt;Anyway, only for debugging, what does happen if you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;don't use NOT (first try),&lt;/LI&gt;&lt;LI&gt;don't use date_wday="monday" (second try)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 06:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554837#M11076</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-08T06:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable splunk alert from 1 Am to 6.30 Am .for particular time?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554890#M11077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- I tried those steps but still not working. I have attached the snapshot for reference.&lt;/P&gt;&lt;P&gt;Initially with actual query&lt;/P&gt;&lt;P&gt;Later without NOT and then also without&amp;nbsp;date_wday=tuesday&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Without NOT condition.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14534iF5A46C1E5C510785/image-size/large?v=v2&amp;amp;px=999" role="button" title="Without NOT condition.png" alt="Without NOT condition.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;source=*cpu* cpu_load_percent&amp;gt;75 NOT (date_wday=tuesday AND date_hour&amp;gt;=0 AND (date_hour&amp;lt;3)) | stats latest(cpu_load_percent) as cpu_max_usage by _time, host | table _time host cpu_max_usage&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 11:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-disable-splunk-alert-from-1-Am-to-6-30-Am-for-particular/m-p/554890#M11077</guid>
      <dc:creator>sureshkumaar</dc:creator>
      <dc:date>2021-06-08T11:20:35Z</dc:date>
    </item>
  </channel>
</rss>

