Reporting

How do you use cron schedule to run a report on the last day of every month?

AzmathShaik
Path Finder

Hello all,

I wanted to run a report on the last day of the month and send an email. Can some help me with cron value for it?

0 Karma

harishalipaka
Motivator

Some cron implementations support the "L" flag to represent the last day of the month.

0 55 23 L * ?
That will run at 11:55 pm on the last day of every month.

Thanks
Harish
0 Karma

vnravikumar
Champion

Hi @AzmathShaik

Create separate alert for

  1. February
  2. April, June, September, November
  3. January, March, May, July, August, October, December

    59 23 28-29 2 *

    59 23 30 4,6,9,11 *

59 23 31 1,3,5,7,8,10,12 *

0 Karma

vnravikumar
Champion

Or else trigger an alert on 1st of every month with previous month data.

00 00 1 * *

earliest = -1mon@mon
latest= @mon
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...