Move data from MongoDb to ES

Hi everyone,
In these days we are trying to find the best way to move data from mongoDB (data storage of 4-6 TB) to Elasticsearch (version 6.2.2). We are thinking to use logstash with an input plugin such as redis (it would replace mongodb, because I see that doesn't exist an official mongodb plugin) or we could be to use the compose transporter. I'm wondering if exist other ways or the best way to figure out this issue is logstash (progressively we would like a stack with kafka+es).
Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.