Splunk · Arazzo Workflow
Splunk HEC Ingest an Event and Confirm Indexing
Version 1.0.0
Provision a HEC token with acknowledgment, send a JSON event, and confirm it was indexed.
View Spec
View on GitHub
AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEMArazzoWorkflows
Provider
Workflows
hec-ingest-and-acknowledge
Create an ack-enabled HEC token, send a JSON event, and confirm indexing.
Creates a HEC token with useACK enabled, sends a JSON event with the token in the Authorization header, captures the returned ackId, and queries the acknowledgment endpoint to confirm the event was indexed.
1
createToken
createHttpInputToken
Create a HEC token with indexer acknowledgment enabled so that ingested events can be tracked through to indexing.
2
sendEvent
sendEvent
Post a structured JSON event to the HTTP Event Collector using the HEC token, capturing the acknowledgment ID for the batch.
3
confirmIndexed
checkAckStatus
Query the indexer acknowledgment endpoint with the ackId and poll until the event reports as indexed.