Splunk · Arazzo Workflow
Splunk Ingest Raw Data then Search for It
Version 1.0.0
Send raw text to HEC, then run an SPL search and poll it to confirm the data landed.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
raw-ingest-and-search
Send raw data to HEC, then dispatch and poll a search that finds it.
Posts raw text to the HEC raw collector with source and index overrides, then dispatches an SPL search against that index, polls the job to DONE, and reads the results to verify the data is searchable.
1
sendRaw
sendRawEvent
Post raw text to the HEC raw endpoint with index, source, and sourcetype overrides.
2
createJob
createSearchJob
Dispatch an SPL search against the target index to confirm the ingested data is searchable.
3
pollJob
getSearchJob
Poll the search job until its dispatchState reports DONE.
4
getResults
getSearchResults
Retrieve the search results to confirm the raw data was indexed and is now searchable.