Hi guys,
I'm using Logstash to give logs of Kafka and send to ES but I have a problem that when ES is died, Logstash can't send data to ES, those data will be lost in this time. So what should I do to make sure data isn't lost when ES is died?
Thanks.