Mysql data fetching in ELK

Hello Folks,
we got a database with data that are refreshing every hour. We'd like to fetch this data as it is to the elk (ofcourse with some filtering etc.) Can you suggest what is the best architecture and way to do that ?
Let's say we have a 3 options:
Mysql -> filebeat -> Elastic
Mysql -> logstash -> elk
Mysql -> filebeat-> logstash -> elk
any help would be appreciate,

Best regards,
Marcin

Would use the sceanrio : MySQL > Logstash > Elasticsearch
With this input plugin

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