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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...