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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...