<?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 set alert for three different timestamp in Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321083#M59903</link>
    <description>&lt;P&gt;You're going to need four separate alerts for that because each one has a different trigger time and a different earliest/latest setting. &lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 14:18:34 GMT</pubDate>
    <dc:creator>kmaron</dc:creator>
    <dc:date>2018-04-05T14:18:34Z</dc:date>
    <item>
      <title>How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321076#M59896</link>
      <description>&lt;P&gt;Have to set alert for three different timestamp?&lt;/P&gt;

&lt;P&gt;ex:  4am to 7am  , 9am to 2 pm,5pm to 10pm&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Karthi&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321076#M59896</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-04-05T13:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321077#M59897</link>
      <description>&lt;P&gt;you should be able to use a cron schedule for that&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;0 4-7,9-14,17-22 * * *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;from crontab.guru:  “At minute 0 past every hour from 4 through 7, every hour from 9 through 14, and every hour from 17 through 22.”&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321077#M59897</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-04-05T13:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321078#M59898</link>
      <description>&lt;P&gt;If your alert is running every 30mins, then :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;0/30 4-7,9-14,17-22 * * *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321078#M59898</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-05T13:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321079#M59899</link>
      <description>&lt;P&gt;Hi This is the time frame&lt;/P&gt;

&lt;P&gt;Morning 9 AM , 1 PM and 4 PM.&lt;/P&gt;

&lt;P&gt;Morning 9 AM : Cycle will be previous day 4 PM to Today 9 AM&lt;/P&gt;

&lt;P&gt;Afternoon 1 Pm : Cycle will be 9 AM to 12.59 PM&lt;/P&gt;

&lt;P&gt;Evening 4 PM : Cycle will be 1 PM to 3.59 PM&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321079#M59899</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-04-05T13:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321080#M59900</link>
      <description>&lt;P&gt;Do you mean this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Morning 9 AM : Cycle will be previous day 4 PM to Today 9 AM
0 9 * * * and search for -17h to now()

Afternoon 1 Pm : Cycle will be 9 AM to 12.59 PM
0 13 * * * and search for -4h to now()

Evening 4 PM : Cycle will be 1 PM to 3.59 PM
0 16 * * *  and search for -3h to now()
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:57:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321080#M59900</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-05T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321081#M59901</link>
      <description>&lt;P&gt;i need in single alert &lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:03:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321081#M59901</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-04-05T14:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321082#M59902</link>
      <description>&lt;P&gt;what is earliest and latest time &lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321082#M59902</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-04-05T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set alert for three different timestamp in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321083#M59903</link>
      <description>&lt;P&gt;You're going to need four separate alerts for that because each one has a different trigger time and a different earliest/latest setting. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:18:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-alert-for-three-different-timestamp-in-Splunk/m-p/321083#M59903</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-04-05T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

