Alerting

Can you help me with alert time scheduling in Splunk?

Upas02
Path Finder

I have to set up an alert to check if some particular services are stopped in the server. However, there are some planned downtimes everyday between 12-1 pm and 6-10pm. Currently, the alert is creating lots of spam as services will be stopped during those time ranges.

How can I schedule the timings of my alert to not run during these two time windows ?

0 Karma

whrg
Motivator

Hello @Upas02,

You can configure your alert to run on a cron schedule. This way, you can leave out specific hours. For example, if want to run your alert hourly with a search window of the last 60 minutes, then I suggest this cron schedule:

0 0,2,3,4,5,6,11,12,13,14,15,16,17,18,19,20,21,22,23 * * *

This alert will not run at 1pm, 7pm, 8pm, 9pm and 10pm.

crontab.guru helps you in creating cron schedules.

Another option you have is modifying the search like this:

index=_* NOT date_hour=0 NOT (date_hour>=18 date_hour<=22)
Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...