Reporting

cron expression scheduled report

numeroinconnu12
Path Finder

Hello everyone, 
thanks for your helping.

How to use the CRON SCHEDULE to schedule a splunk report once a quarter but on the first day of the month.

For example for January, February, March, the report will be scheduled for January 1st.
For March, April, May, the report will be scheduled for March 1st
....

Labels (1)
Tags (1)
0 Karma
1 Solution

inventsekar
SplunkTrust
SplunkTrust

For reference of the new learners of crontab,... 

Minute ---- hour ------ day of month(1-31) ---- month(1-12) ---- day of week(0-6)

0      0      1      1,4,7,10           *
min----hr----day--- Jan,Apr,Jul,Oct---anydayOftheWeek

 

 

thanks and best regards,
Sekar

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

numeroinconnu12
Path Finder

Thanks @ITWhisperer

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Buttercup Games: Further Dashboarding Techniques

Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates ...

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...