Hello Splunkers!
I am trying to find a way to set up a cron schedule on DB connect app?
I want to run the schedule every second week of Tuesday of the month.
So, the next schedule should be 02/08/2022, then 03/08/2022, then 04/05/2022 ....
We tried super hard to make this work.
Below is what we tried:
I thought this would work then, it shows the next schedule will be on 1/18 not next month.
Any brilliant ideas our Splunkers have??
Thanks in advanced.
Hi
If I calculated these days correctly you will get it this way.
When month start on Tuesday then second Tuesday can be min 8th day of this month. If month starts on Wednesday then second Tuesday is 14th day of this month. This leads to the next crontab schedule
* * 8-14 * 2
r. Ismo
That's a problem with crontab guru not with the expression @isoutamo provided