Hi,
We are sending filebeat output to Kafka running in 3 nodes. We have enabled 2-way SSL communication in Kafka. Now we want to make filebeat (client for kafka) to be authenticated by Kafka.
My doubt is how to update filebeat.yml with ssl certificate for each host? Because we have provided a list of hosts in filebeat.yml.
output.kafka: enabled: true version: 0.10.0.0 hosts: ["host1:9093", "host2:9093", "host3:9093"] topic: 'TOPIC1'
Can someone please help with this?
Regards,
Subash Kunjupillai