Alerting

How do I schedule a CRON alert to run daily at 2:30 AM?

faustof
Explorer

I have an alert that runs daily at 2:00 am. I need it to run at 2:30 am instead. How do I configure the CRON to run at x minutes past the hour?

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

Try this : 30 2 * * *

View solution in original post

micahkemp
Champion

If you deem any of the posted answers valid and satisfactory, please accept one so this question no longer appears open.

0 Karma

nawazns5038
Builder

You can try with this :

https://crontab.guru

0 Karma

mayurr98
Super Champion

hey understand the crontab pattern

+---------------- minute (0 - 59)
| +------------- hour (0 - 23)
| | +---------- day of month (1 - 31)
| | | +------- month (1 - 12)
| | | | +---- day of week (0 - 6) (Sunday=0 or 7)
| | | | |
30 2 * * * command to be executed

0 Karma

somesoni2
Revered Legend

Try this : 30 2 * * *

Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...