Reporting

is there a way to list scheduled report frequency

a212830
Champion

Hi,

I'm beginning to see "skipped jobs" pop-up more frequently, along with maximum search messages. Is there a search that can show me scheduled searches and their frequency?

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust
| rest /services/saved/searches | where is_scheduled=1 | table title cron_schedule eai:acl.app
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust
| rest /services/saved/searches | where is_scheduled=1 | table title cron_schedule eai:acl.app
---
If this reply helps you, Karma would be appreciated.

a212830
Champion

Thanks!

0 Karma

koshyk
Super Champion

The above method is best, but an alternative is:
in the backend server, do a grep on "dispatch.earliest_time" on all "savedsearches.conf"
eg

find /opt/splunk/etc/apps -type f -name "savedsearches.conf" -exec grep "dispatch.earliest_time" {} \;
0 Karma
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, ...