Hi everyone, I have big netflow data(about 10 million logs/sec) ingest into ES through logstash, but I am afraid that ES is too late to write data in its database(how can I check if there has some data lost?).Therefore, I think I should insert a software to queue the data before sending it to ES to prevent dropping data.
Is there any suggest software or any idea? I have tried Kafka, but it seems a little difficult.
My OS is windows.
this is my structure:
thank you very much!