Hi Everyone,
I am have a Elastic cluster running with nodes spread across multiple datacenters.
Now, I have to ensure the data synchronization across the nodes. I came across Kafka which is used to process large data and it uses Zookeeper to sync the data between the nodes.
Can you please help me with the step by step guide on how to install, configure and run kafka with Elastisearch using filebeat as suggested in the above link.
I found the below link but did not get any practical example to configure it:
https://www.elastic.co/guide/en/beats/filebeat/master/kafka-output.html
Please help and suggest if there is any other solution!!