External DocumentationTo learn more, visit the Splunk documentation.
Actions
Send Event Data
Sends a timestamped event to the HTTP Event Collector.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channel | A data channel GUID to differentiate data from different clients (any GUID-encoded value suffices). |
| Event | An event object to be sent to the Splunk HTTP collector, which can hold various fields (such as message, event severity, etc…). |
| Timestamp | An optional timestamp to attach to the event in the collector. Note Splunk may produce it’s own timestamp according to the existing configuration if this parameter is not set. |
| Parameter | Description |
|---|---|
| Custom Fields | Custom fields in addition to the event itself which can hold additional metadata (host,source,etc…). |
{
"text": "Success",
"code": 0,
"ackId": 3
}
Was this page helpful?