All Apps and Add-ons

Cron Scheduling

Devi13
Path Finder

Hello Team,

I would like to schedule a report which needs to be running on the first business day of the month.

Could you please let me know if this is possible.

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

This is not possible as a specific cron schedule - you would have to schedule for say the first 5 days of the month and have the report check if it is running in the first business day of the month.

View solution in original post

Devi13
Path Finder

Thank you so much @ITWhisperer and @venkatasri for your inputs, let me try on these.

0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @Devi13 perhaps you could try with trigger condition inside a search as a workaround? As @ITWhisperer  said, cron is not a possible and you have to schedule it for first 5 business days.

Inside search you could put couple of conditions to check the week of the day is either Saturday/Sunday (Depends on in your Locale) and another check is if the day in holiday list using this add-on (specific to your country, location ) - https://splunkbase.splunk.com/app/4853.

Final Trigger condition:   if it is not a weekend and not a holiday then let the report run and do the necessary action. Having said that though cron is scheduled to run every day in first 5 days of month the trigger condition check will only let report fire the action on business day.

Hope this helps!

----------------------------

Srikanth Yarlagadda.

ITWhisperer
SplunkTrust
SplunkTrust

This is not possible as a specific cron schedule - you would have to schedule for say the first 5 days of the month and have the report check if it is running in the first business day of the month.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...