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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...