Splunk IT Service Intelligence

Alert based on Cron Expression: Run At every 15th minute from 1 through 59

RR5027153
New Member

Hi ,I am trying to schedule an alert to Run At every 15th minute from 1 through 59 via. below CRON expression but getting Invalid cron_schedule error .

1/15 * * * *

CronExpression looks ok to me - https://crontab.guru/#1/15_*_*_*_*

0 Karma

danielswan
Explorer

The reason this doesn't work is because the 1 before the slash is specifying the first minute of the hour only. The /15 is being prohibited by the 1.
If you can only run on the first minute, then you can't run again 15 minutes later because it's not allowed.

Do you require it to wait until a minute after the hour, or can it just run every minute?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I've had the same experience. Try one of these workarounds:

1-59/15 * * * *

1,16,31,46 * * * *
---
If this reply helps you, Karma would be appreciated.

VatsalJagani
SplunkTrust
SplunkTrust

@RR5027153 - 1/15 is wrong standard in cron, check https://crontab.guru/#1/15_*_*_*_*.
Try any solution given by @richgalloway or try */15 * * * *.

danielswan
Explorer

@VatsalJagani You should post that as an answer, so people can see it more clearly and you'll get reputation points. It is the best solution.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...