Logstash integration with another ETL pipeline

Hi,

I am working on a project similar to https://github.com/compose/transporter but with more support for other high-level data sources like MySQL, Redis, firestore etc

I was looking for a way to integrate this with logstash, in which my project would act like an input which will provide logstash with the data collected from all these high-level data sources all at once and then transfer that to logstash to be indexed onto ES

I wanted to know whether this sounds like a good use case or not?

One advantage I can think of is users will only have to set a configuration for this plugin instead of all the other data sources individually.

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