camel-splunk-source-kafka-connector source configuration
Connector Description: Retrieve data from Splunk and outputs in json format. For the fields accepting time specifiers like `earliestTime`, it accepts a wide variety of formats, please check Splunk documentation for more information.
When using camel-splunk-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-splunk-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.splunksource.CamelSplunksourceSourceConnector
The camel-splunk-source source connector supports 17 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. | MEDIUM | ||
The maximum number of entities to return. | MEDIUM | ||
The maximum number of fires. | MEDIUM | ||
The number of milliseconds before the next poll. | MEDIUM | ||
Required The Splunk query to run. | HIGH | ||
Earliest time of the search time window. Example: 05/17/22 08:35:46:456. | MEDIUM | ||
Required Initial start offset of the first search. Example: 05/17/22 08:35:46:456. | HIGH | ||
Latest time of the search time window. Example: 05/17/22 08:35:46:456. | MEDIUM |
The camel-splunk-source source connector has no converters out of the box.
The camel-splunk-source source connector has no transforms out of the box.
The camel-splunk-source source connector has no aggregation strategies out of the box.