-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use security_protocol sasl_ssl, why the options jaas_path is not work and invalid? #136
Comments
More logstash log (when the jaas_path file is not existed): this is use kafka for input log(when the jaas_path file is not existed): |
I guess the reason is the kafka construct producer faild, I only find the error '"java.lang.reflect.Constructor.newInstance(java/lang/reflect/Constructor.java:423)"' , Is there any detail logs for this? Is the options of sasl.kerberos.service.name necessary? |
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
Version: logstash 5.4.0
Operating System: ubuntu 16.04
Config File (if you have sensitive info, please remove it):
output {
kafka {
bootstrap_servers => "SASL_SSL://xxx"
topic_id => ["xxx"]
}
}
Sample Data:
logstash -f [this config file]
Steps to Reproduce:
It worked at the same config in the node of input,but in the node of output ,It isn't valid and didn't work,if my file of ..logstash-5.4.0/vendor/bundle/jruby/1.9/gems/logstash-input-kafka-5.1.6/vendor/jar-dependencies/runtime-jars/ons-sasl-client-0.1.jar is not existed.it will log 'can not find the class in this jar' at the node of input kafka ,but at the node of output,It only log 'Failed to construct kafka producer' with anything else,it will not log like this 'can not find the class in this jar',what should I do for jaas_path in the config's node of output?
The text was updated successfully, but these errors were encountered: