I am trying to output logs on Kafka server using Fluent-bit configuration where I am using a Kafka server as Broker which has SSL certification enabled, however for ow I only want to see whether logs are going to the kafka server or not, for that I don't want any kind of secure routing for now. So how can I do that? fluent-bit configuration i am using : [OUTPUT] Name kafka Match kube.* Brokers persistence-on-kafka-0.persistence-on-kafka-headless.dop.svc.cluster.local:9092 Topics test rdkafka.security.protocol plaintext