camel-splunk-sink-kafka-connector sink configuration
Connector Description: Send data to Splunk either by using "submit" or "stream" mode. The payload MUST be in json format.
When using camel-splunk-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-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.splunksink.CamelSplunksinkSinkConnector
The camel-splunk-sink sink connector supports 11 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The address of your Splunk server. Example: my_server_splunk.com. | HIGH | ||
The address of your Splunk server. | 8089 | MEDIUM | |
Required The username to authenticate to Splunk Server. | HIGH | ||
Required The password to authenticate to Splunk Server. | HIGH | ||
Splunk index to write to. | MEDIUM | ||
Connection Protocol to Splunk server. | "https" | MEDIUM | |
The source named field of the data. | MEDIUM | ||
The source named field of the data. | MEDIUM | ||
The app name in Splunk. | MEDIUM | ||
Timeout in milliseconds when connecting to Splunk server. | 5000 | MEDIUM | |
The mode to publish events to Splunk. | "stream" | MEDIUM |
The camel-splunk-sink sink connector has no converters out of the box.
The camel-splunk-sink sink connector has no transforms out of the box.
The camel-splunk-sink sink connector has no aggregation strategies out of the box.