Hello,
I'm trying to ingest logs using the Custom Kafka Logs integration. I've configured the SSL configurations correctly as far as I can tell - I have a python script that can successfully pull the logs from Kafka using the same protocol and mechanism defined in the Kafka integration on the agent.
The agent logs however state "kafka server: The broker does not support the requested SASL mechanism". I do not have access to the configurations on the Kafka side, as I'm attempting to pull logs for this product which sends the logs to Kafka and you create a Kafka topic in their product.
The protocol and mechanism are correct as the product documentation states they are what need to be used, as well as the fact that they python script works with them too. If anyone has had an issue like this, I would greatly appreciate some assistance. I've included screenshots of the Kafka integration SSL Configuration as well as the same information from the python script.