Skip to content

Instantly share code, notes, and snippets.

@michaelayoub
Created November 8, 2018 18:55
Show Gist options
  • Select an option

  • Save michaelayoub/e2d3e36c2ee0087a690ce6455a368b76 to your computer and use it in GitHub Desktop.

Select an option

Save michaelayoub/e2d3e36c2ee0087a690ce6455a368b76 to your computer and use it in GitHub Desktop.
jaas.config for Logstash output configuration for Azure Event Hubs for Kafka
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