> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Event Data

Sends a timestamped event to the HTTP Event Collector.

<Note>
  External Documentation

  To learn more, visit the [Splunk documentation](https://docs.splunk.com/Documentation/Splunk/9.1.2/RESTREF/RESTinput#services.2Fcollector).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                            |
  | ------------- | ------------------------------------------------------------------------------------------------------ |
  | Custom Fields | Custom fields in addition to the event itself which can hold additional metadata (host,source,etc...). |
</div>

## Example Output

```json theme={"dark"}
{
	"text": "Success",
	"code": 0,
	"ackId": 3
}
```

## Workflow Library Example

[Send Event Data with Splunk and Send Results Via Email](https://library.blinkops.com/workflows/send-event-data-with-splunk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/send-event-data-with-splunk-and-send-results-via-email/canvas" />
</div>
