- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
downloading the Jobs that are being executed
dtakacssplunk
Explorer
07-05-2018
05:13 PM
I would like to download all the jobs that are being executed currently / if possible in past.
Something like the Jobs (en-US/app/launcher/job_management#) into a CSV.
Is there a splunk query I can execute for this? how can I do this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
07-06-2018
09:19 AM
You can use following REST API endpoint to get currently active jobs
http://docs.splunk.com/Documentation/Splunk/6.2.6/RESTREF/RESTsearch#search.2Fjobs
In Search:
| rest /services/search/jobs
