Splunk · Arazzo Workflow
Splunk Search and Retrieve Raw Events
Version 1.0.0
Run an SPL search, wait for it to finish, then pull the untransformed events.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
search-events
Create a search job, poll it to completion, and fetch raw events.
Submits an SPL search as an asynchronous job, polls until it is DONE, then returns the untransformed events of the search.
1
createJob
createSearchJob
Dispatch the SPL search as an asynchronous search job and capture the assigned search ID (sid).
2
pollJob
getSearchJob
Poll the search job until its dispatchState reports DONE so that events are available.
3
getEvents
getSearchEvents
Retrieve the untransformed events of the completed search job in JSON, with optional line truncation.