Alerting

How to set up cron schedule every 5 mins everyday except between 4 am to 6am

shilpa02
New Member

Hi,
We have outage every morning between 4 am to 6am. Don't want the splunk logs to run between this time..
I tried using this .
*/5 0-4,6-23 * * *
But this might not include 11pm to 12 am

Please suggest
Thanks

Tags (1)
0 Karma
1 Solution

FrankVl
Ultra Champion

That should work fine I would say, except that you need to change the 4 to a 3: */5 0-3,6-23 * * *. See for example: http://cron.schlitt.info/index.php?cron=*%2F15+0-4%2C6-23+*+*+*&iterations=100&test=Test
Note: I changed the example on that site to 15min, to show multiple days as that site is limited to 100 iterations for the test output.

View solution in original post

0 Karma

FrankVl
Ultra Champion

That should work fine I would say, except that you need to change the 4 to a 3: */5 0-3,6-23 * * *. See for example: http://cron.schlitt.info/index.php?cron=*%2F15+0-4%2C6-23+*+*+*&iterations=100&test=Test
Note: I changed the example on that site to 15min, to show multiple days as that site is limited to 100 iterations for the test output.

0 Karma

shilpa02
New Member

Would this include 11pm to 12 am?
And can you please share the reason for 0-3 ?

0 Karma

FrankVl
Ultra Champion

I think you might be misunderstanding how cron syntax works.

*/5 0-3 does not mean every 5 minutes from 0 till 3. It means every 5 minutes for any hour matching 0, 1, 2, 3. So effectively, that is 0:00 - 3:55. Same for the 23 at the end, that means last run of the day is at 23:55.

And that is also why you should not include the 4, as that stretches it to run from 0:00 - 4:55.

0 Karma

shilpa02
New Member

Thank you so much Frank for the extended answers. This helps a lot.

0 Karma

shilpa02
New Member

Thanks Frank for the response.
Can you please share the reason for 0-3 instead of 0-4..
Also, would this include the ties between 11pm to 12 am as well ?
Appreciate your response.

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!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...