Migrating multiple tables from mysql to logstash

Hi , ALL, i want to know how can i migrate mutiple tables from MySQL to logstash. I can do migration just for one table

Yes, you can have multiple jdbc inputs in your configuration.

However, migrating MySQL tables one-by-one to Elasticsearch doesn't necessarily make sense because of ES's lack of joins in queries. You often have to store data differently in ES than in relational databases.

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