Skip to content

Commit 86029ed

Browse files
committed
Changes made by team around readme
1 parent 847f828 commit 86029ed

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ Running the Splunk Kafka Connector in a dedicated Kafka Connect Cluster is recom
144144
145145
### Connector in an existing Kafka Connect Cluster
146146
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/).
148148
149149
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`)
150150
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.
152152
153153
```
154154
#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
182182
183183
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/`).
184184
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.
187186
188-
4. Start/ Restart Kafka Connect - (for ex. `$KAFKA_CONNECT_HOME/bin/connect-distributed.sh $KAFKA_CONNECT_HOME/config/connect-distrubuted.properties`)
187+
4. Start/Restart Kafka Connect - (for ex. `$KAFKA_CONNECT_HOME/bin/connect-distributed.sh $KAFKA_CONNECT_HOME/config/connect-distrubuted.properties`).
189188
190189
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`.
191190
192191
## Security
193-
The Kafka Connect Splunk Sink supports the following security mechanisms
192+
The Kafka Connect Splunk Sink supports the following security mechanisms:
194193
* `SSL`
195194
* `SASL/GSSAPI (Kerberos)` - starting at version 0.9.0.0
196195
* `SASL/PLAIN` - starting at version 0.10.0.0

0 commit comments

Comments
 (0)