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
Create a HEC token with indexer acknowledgment enabled so that ingested events can be tracked through to indexing.
2
sendEvent
Post a structured JSON event to the HTTP Event Collector using the HEC token, capturing the acknowledgment ID for the batch.
3
confirmIndexed
Query the indexer acknowledgment endpoint with the ackId and poll until the event reports as indexed.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.