Hi everyone,
I'm trying to schedule a monthly report in Google SecOps to run on the last day of every month at 11:59 PM (America/Lima timezone).
The report is based on a dashboard whose time range is configured as "Last month".
The problem is that the Advanced Scheduler doesn't seem to support the L character in the CRON expression.
For example:
0 59 23 L * ?returns:
Cron expression is invalid
The scheduler accepts expressions such as:
0 0 1 * ?but rejects any expression using L.
The reason I need the report to run on the last day of the month is that if I schedule it on the 1st day of the next month, the dashboard no longer contains the complete data for the previous month because the time filter is relative.
My questions are:
- Is there a supported way to schedule a report on the last day of the month in Google SecOps?
- Does the scheduler support a different CRON syntax than Quartz?
- If this isn't supported, what is the recommended workaround for monthly reports?
Any guidance or best practices would be greatly appreciated.
Thanks!

