-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[libbeat?, filebeat] Kafka Input: Add support for SASL authentication #25458
Comments
Pinging @elastic/integrations (Team:Integrations) |
Any plan to support sasl kafka input? |
We need this as well for filebeat. Any plan to support this @jsoriano ? |
Somehow related to #26294. By the way, the fact that kafka input and output don't support the same set of feature is quite confusing. |
Hi beat team, any plan to support sasl for kafka input? |
Hi! We're labeling this issue as |
Describe the enhancement:
Kafka input doesn't support SASL, while the support has been added to the kafka output (see #8387 ) .
It would be great to have SASL support in Kafka (filebeat) input.
For example the kafka service from AWS, AWS MSK, only support SSL auth or SASL/SCRAM-SHA512. Supporting this scheme would make it possible to read from AWS MSK with filebeat.
Describe a specific use case for the enhancement or feature:
We use filebeat to collect EKS logs, send them to MSK, read them back with filebeat to finally index them in the Elastic Cloud service.
The text was updated successfully, but these errors were encountered: