Filebeat ssl kafka

How to make file beat to send data to kafka via ssl ?

am using the approach told here by anefassa but am getting error
pipeline/output.go:74 kafka/client.go:69 Kafka connect fails with: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
2018-04-05T18:01:25.265+0530 ERROR pipeline/output.go:74 Failed to connect: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)

To me the log message indicates that you haven't setup kafka correctly. The log should contain some messages (much earlier in the log), why the beat could not connect. But most likely it is your kafka server configuration not correctly configuring the listeners.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.