Dashboards & Visualizations

How to adjust the cron_schedule of a dashboard?

pavanae
Builder

I have a dashboard with cron_schedule as below. When is the cron schedule actually scheduled? And how to modify it to run every 5hr and look for time range of -4h?

savedsearches.conf

[My_search]
alt text
dispatch.earliest_time = -20m

0 Karma
1 Solution

cmerriman
Super Champion

cron_schedule = 20 /1 runs every hour on the 20th minute.

for every 5 hours:
cron_schedule = 0 */5 * * *

to have a range of 4 hours, you'll have to use the earliest=-4h@h and latest=now in your search

View solution in original post

0 Karma

cmerriman
Super Champion

cron_schedule = 20 /1 runs every hour on the 20th minute.

for every 5 hours:
cron_schedule = 0 */5 * * *

to have a range of 4 hours, you'll have to use the earliest=-4h@h and latest=now in your search

0 Karma

pavanae
Builder

So the dispatch.earliest_time = -20m should be replaced with dispatch.earliest_time = -4h or dispatch.earliest_time = -4h@h. @cmerriman

0 Karma

cmerriman
Super Champion

right. @h will snap it to the beginning of the hour.

0 Karma

pavanae
Builder

Could you also tell me the difference between -4h@h and -4h please? Thanks @cmerriman.

0 Karma

cmerriman
Super Champion

For example, if time was 5:06, -4h@h would put the earliest time at 1:00, but -4h would put it at 1:06. Does that make sense?

0 Karma

pavanae
Builder

yes thank you very much. @cmerriman.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...