Splunk · Arazzo Workflow
Splunk Finalize, Read, and Clean Up a Search Job
Version 1.0.0
Dispatch a long search, finalize it early, read partial results, then delete the job.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
control-and-cleanup-search
Create, finalize, read, and delete a search job.
Dispatches an SPL search, finalizes it via the control endpoint, retrieves whatever results were gathered, and then deletes the job.
1
createJob
createSearchJob
Dispatch the SPL search as an asynchronous search job and capture the assigned search ID (sid).
2
finalizeJob
controlSearchJob
Issue the finalize control action to stop the search from collecting more data while preserving the results gathered so far.
3
getResults
getSearchResults
Retrieve the results gathered before the job was finalized.
4
deleteJob
deleteSearchJob
Cancel and delete the search job to release search-head resources.