Reporting

how to run a report on a certain schedule?

mahsa_m
New Member

Hi,

I want to run a search in the time range 7AM today to 7AM the day after everyday. The servers on which my splunk is running is in GMT.
Here is my config in savedsearches.conf

cron_schedule = 02 7 * * *
dispatch.earliest_time = -1d
dispatch.latest_time = now

it runs for 12AM today till 12AM the day after. How can I change it to run from 7AM to 7AM?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try these settings.

cron_schedule = 02 7 * * *
dispatch.earliest_time = -1d@d+7h
dispatch.latest_time = @d+7h
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...