Alerting

How do I schedule an alert to run every 12 hours?

vrmandadi
Builder

I'm creating an alert.
How can I schedule it to run two times every day?
every 12 hours

Tags (2)
0 Karma
1 Solution

jensonthottian
Contributor

Two times a day, select cron schedule in alert.
0 3,15 * * * ? - That'll run a job at 3am and 3pm. That's twice a day, with 12 hours between.
You could use 0 0/12 * * * ? which means every 12 hours.

View solution in original post

jensonthottian
Contributor

Two times a day, select cron schedule in alert.
0 3,15 * * * ? - That'll run a job at 3am and 3pm. That's twice a day, with 12 hours between.
You could use 0 0/12 * * * ? which means every 12 hours.

martin_mueller
SplunkTrust
SplunkTrust

The answer should be amended - 0 0 3,15 * * is "every 3rd and 15th day of every month, do something at midnight".

The second expression is invalid because the day of month starts with 1, not 0.

jensonthottian
Contributor

Agreed, sorry for the typo

it should be -- 0 3,15 * * * -- for 3am and 3pm everyday of every month.

-- 0 */12 * * * -- which means every 12 hours.

0 Karma

vrmandadi
Builder

i tried using your example it says invalid cron

vrmandadi
Builder

should I leave the earliest and latest columns blank

0 Karma

jensonthottian
Contributor

that depends on the alert sampling, what is the time range you are doing it for. It has no relation with the cron schedule.
Please provide more information on your alert.

0 Karma

vrmandadi
Builder

i want to run at 12 am and 12 pm

0 Karma

jensonthottian
Contributor

0 0 00/12 * * * - Use this in the cron

0 Karma

vrmandadi
Builder

I used this and it worked
0 */12 * * *

jensonthottian
Contributor

Not sure why you voted my answer down, "0 /12 " was in my initial solution.

0 Karma

jensonthottian
Contributor

awesome 🙂

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...