|
what are the steps to get running jobid in splunk. after gettign the jobid can i put it in https://localhost:8089/services/search/jobs/jobid/results?output_mode=xml |
|
When you do a GET for the https://localhost:8089/services/search/jobs endpoint you should get a list of all current running dispatch jobs. More detail information can be found at http://www.splunk.com/base/Documentation/latest/Developer/SearchEndpoint#GET |
