camel-splunk-hec-sink-kafka-connector sink configuration
Connector Description: The Splunk HEC sink allows to send data to Splunk using the HTTP Event Collector.
When using camel-splunk-hec-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-splunk-hec-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.splunkhecsink.CamelSplunkhecsinkSinkConnector
The camel-splunk-hec-sink sink connector supports 11 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The URL of your Splunk server. No need to set the protocol prefix. Example: my_server.splunkcloud.com:8088. | HIGH | ||
Required The Token of the HEC. Note it is not the user’s authentication token. | HIGH | ||
The host field set in the data sent to Splunk, it is not related to the Splunk URL or the connection to Splunk server. | MEDIUM | ||
Send to Splunk only data contained in the body. | false | MEDIUM | |
Send to Splunk only data contained in the headers. | false | MEDIUM | |
Splunk index to write to. | MEDIUM | ||
The source named field of the data. | MEDIUM | ||
The source named field of the data. | MEDIUM | ||
Skip TLS verification. | false | MEDIUM | |
Use a secure HTTPS connection. | true | MEDIUM | |
Time this even occurred. By default, the time will be when this event hits the splunk server. | MEDIUM |
The camel-splunk-hec-sink sink connector has no converters out of the box.
The camel-splunk-hec-sink sink connector has no transforms out of the box.
The camel-splunk-hec-sink sink connector has no aggregation strategies out of the box.