Created
November 8, 2018 18:55
-
-
Save michaelayoub/e2d3e36c2ee0087a690ce6455a368b76 to your computer and use it in GitHub Desktop.
jaas.config for Logstash output configuration for Azure Event Hubs for Kafka
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
| KafkaClient { | |
| org.apache.kafka.common.security.plain.PlainLoginModule required | |
| username="$ConnectionString" | |
| password="<Connection string–primary key>"; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment