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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...