I needed to debug something using beta logstash. I opened the default view, and immediately noticed that logstash is being flooded with kafka-related errors, most of which are KAFKADR: Kafka message delivery error: Local: Message timed out.
Other error messages also mention kafka, but it looks like they're being truncated or something. To give an idea of the numbers, there's a total of 1 018 750 events for today between 00:00 and 22:00, and according to my quick eyeballing, it looks like around 650k are kafka errors.
I've absolutely no idea what's causing this, or what impact it might have.
See comments below: the cause is that clients are trying to connect via TLS, but TLS is not enabled on deployment-prep kafka clusters.
Clients should likely be configured to use non-TLS connection port 9092.

