Splunk Search

How to generate a search to identify scheduled jobs by user?

vadlamudi
Explorer

hi,

Can anyone please help me with a search to to identify scheduled jobs for abc and xyz application and the user owning that job? i know i need to use index=_internal and source=scheduler.log. But i am not getting the exact requirement that i need.

0 Karma

vasanthmss
Motivator

Check this,

https://answers.splunk.com/answers/494555/is-there-any-way-to-list-all-the-saved-searches-in-1.html#...

check the below query

| rest /services/saved/searches | where is_scheduled=1 

for historical scheduled searches use the below query,

index=_internal sourcetype=scheduler  | table _time user savedsearch_name status scheduled_time run_time result_count *
V
0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...