Alerting

How to schedule a alert for every 15 days

archana1984
New Member

How do we schedule an alert to run every 15 days. Please confirm. I need a cron to run the report every 15 days. Please share the cron format. In one of your forums, I could see
00 06 1-7,15-21 * 1
This would run every second week on Monday at 06:00 am.

Could you please explain this format. what does 1-7,15-21 mean.

Tags (2)
0 Karma

kmaron
Motivator

The 00 06 means 6:00 AM. the first 00 meaning minutes and the second 06 meaning hour.

The 1-7,15-21 are the days of the month. So every month the 1st through the 7th and the 15th to the 21st.
The * after means Any month
The 1 at the end is the day of the week. 1 means Monday. So only on Mondays.

So 6:00 AM on every Monday that falls on the 1st-7th or 15th-21st of every month.

0 Karma

javiergn
Super Champion

If you want a schedule search to run for instance at midnight every 15 days, you can use the following syntax:

00 00 */15 * *

If you want it to run exactly on the 1st and 15th day of the month:

00 00 1,15 * *

Hope that helps.

Thanks,
J

adonio
Ultra Champion

this explains it better than i do:
https://crontab.guru/#00_06_1-7,15-21_*_1
hope it helps

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...