Created
August 25, 2020 10:08
-
-
Save s-chb/f42ea7214061172cc8e84e23b5e68a16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name=SplunkSource | |
kafka.topic=splunk-source | |
tasks.max=1 | |
connector.class=io.confluent.connect.SplunkHttpSourceConnector | |
splunk.collector.index.default=default-index | |
splunk.port=8889 | |
splunk.ssl.key.store.path=/etc/kafka/secrets/kafka.kafka1.keystore.jks | |
splunk.ssl.key.store.password=confluent | |
confluent.topic.bootstrap.servers=broker:29092 | |
confluent.topic.replication.factor=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment