Reporting

Can you help me with my cron schedule syntax?

griffinpair
Path Finder

I need a search to run every day at 8 am, 3 pm, and 11:50 pm. My current cron syntax is not working that way:

8,15,50 23 ***

What does this need to be to run the search at those 3 times everyday?

0 Karma
1 Solution

inventsekar
SplunkTrust
SplunkTrust

0 8,15,23 * * *
“At minute 0 past hour 8, 15, and 23.”

for 23:50, you can not club with other two, because they are running at 0th min.

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !

View solution in original post

inventsekar
SplunkTrust
SplunkTrust

0 8,15,23 * * *
“At minute 0 past hour 8, 15, and 23.”

for 23:50, you can not club with other two, because they are running at 0th min.

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...