Skip to main content

Send Event Data

Sends a timestamped event to the HTTP Event Collector.

External Documentation

To learn more, visit the Splunk documentation.

Basic Parameters

ParameterDescription
ChannelA data channel GUID to differentiate data from different clients (any GUID-encoded value suffices).
EventAn event object to be sent to the Splunk HTTP collector, which can hold various fields (such as message, event severity, etc...).
TimestampAn 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.

Advanced Parameters

ParameterDescription
Custom FieldsCustom fields in addition to the event itself which can hold additional metadata (host,source,etc...).

Example Output

{
"text": "Success",
"code": 0,
"ackId": 3
}

Workflow Library Example

Send Event Data with Splunk and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop