Splunk · Arazzo Workflow
Splunk Run a Search Job and Retrieve Results
Version 1.0.0
Dispatch an SPL search, poll the job until it finishes, then read the results.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
run-search-job
Create a search job, poll it to completion, and fetch its results.
Submits an SPL search as an asynchronous job, repeatedly reads the job's dispatchState until it reaches DONE, then pulls back the paginated results in JSON.
1
createJob
createSearchJob
Dispatch the SPL search as an asynchronous search job and capture the assigned search ID (sid).
2
pollJob
getSearchJob
Read the search job status. The job is finished when dispatchState reports DONE; otherwise the step is retried.
3
getResults
getSearchResults
Retrieve the transformed results of the completed search job in JSON, paginated by count and offset.