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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

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