Alerting

How to setup Splunk Alert between given times

thomashigginson
Path Finder

I kept cycling through the options for the Alert, and I couldn't figure out a way that allows me to setup an alert to run realtime but only start between the hours 7:00PM-6:00AM?

Tags (2)
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

Alerts are results of scheduled searches and those are subject to the defined cron schedule. Your cron schedule would look something like this:

*/5 19,20,21,22,23,24,01,02,03,04,06 * * *

to run the search every five minutes between the hours of 7pm and 6am.
You shall not use a real-time search, because real-time searches don't end. Pick as large of an interval as you can afford. 5 Minutes is generous for most use cases I have come across. Real-time is overrated... 😉

View solution in original post

s2_splunk
Splunk Employee
Splunk Employee

Alerts are results of scheduled searches and those are subject to the defined cron schedule. Your cron schedule would look something like this:

*/5 19,20,21,22,23,24,01,02,03,04,06 * * *

to run the search every five minutes between the hours of 7pm and 6am.
You shall not use a real-time search, because real-time searches don't end. Pick as large of an interval as you can afford. 5 Minutes is generous for most use cases I have come across. Real-time is overrated... 😉

s2_splunk
Splunk Employee
Splunk Employee

Try */5 19-24,1-6 * * *

It appears that ranges have to be ascending, i.e. 19-6 doesn't work, but the above does.

0 Karma

thomashigginson
Path Finder

*/5 19,20,21,22,23,24,01,02,03,04,05,06 * * *
is giving me an invalid cron, and I checked the format multiple times. I also tried */5 19-06 * * * and it still didn't work. I keep getting invalid cron. Any ideas?

0 Karma

ppablo
Retired

For more information @thomashigginson on scheduled alerts and defining cron schedules, refer to the following documentation: http://docs.splunk.com/Documentation/Splunk/latest/Alert/Definescheduledalerts#Schedule_the_alert 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...