You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,11 +144,11 @@ Running the Splunk Kafka Connector in a dedicated Kafka Connect Cluster is recom
144
144
145
145
### Connector in an existing Kafka Connect Cluster
146
146
147
-
1. Navigate to Splunkbase and download the latest version of [Splunk Kafka Connect](https://splunkbase.splunk.com/app/3862/)
147
+
1. Navigate to Splunkbase and download the latest version of [Splunk Kafka Connect](https://splunkbase.splunk.com/app/3862/).
148
148
149
149
2. Copy downloaded file onto every host running Kafka Connect into the directory that contains your other connectors or create a folder to store them in. (ex. `/opt/connectors/splunk-kafka-connect`)
150
150
151
-
3.The Splunk Connector requires the below worker properties to function correctly.
151
+
3.The Splunk Connector requires the below worker properties to function correctly.
152
152
153
153
```
154
154
#These settings may already be configured if you have deployed a connector in your Kafka Connect Environment
@@ -182,15 +182,14 @@ status.storage.partitions=5
182
182
183
183
Please create or modify a Kafka Connect worker properties file to contain these parameters. The default worker properties file is `$KAFKA_CONNECT_HOME/config/connect-distrubuted.properties`. Ensure to replace `<BOOTSTRAP_SERVERS>` to point to your Kafka brokers (ex. `localhost:9092`) and ensure `<PLUGIN_PATH>` points to the top-level directory of where you are storing your connectors. (ex. `/opt/connectors/`).
184
184
185
-
> Note: - If running Kafka Version 0.10.x - PLUGIN_PATH is not a valid configuration property. To make the connector visible to
186
-
Kafka Connect the connectors folder must be added to your Java classpath.
185
+
> Note: - If running Kafka Version 0.10.x - PLUGIN_PATH is not a valid configuration property. To make the connector visible to Kafka Connect the connectors folder must be added to your Java classpath.
5. Validate your connector deployment by running the following command curl `http://<KAFKA_CONNECT_HOST>:8083/connector-plugins`. Response should have an entry named `com.splunk.kafka.connect.SplunkSinkConnector`.
191
190
192
191
## Security
193
-
The Kafka Connect Splunk Sink supports the following security mechanisms
192
+
The Kafka Connect Splunk Sink supports the following security mechanisms:
194
193
* `SSL`
195
194
* `SASL/GSSAPI (Kerberos)` - starting at version 0.9.0.0
0 commit comments