Hi Friends,
I have a problem extracting data from MySQL to Elasticsearch via Logstash.
Suppose I have two different schemas and one table in each of them. Now, we search data from those
tables using a LEFT OUTER JOIN query. How do we configure in the config file.
Schema xyz --> Table1 ; Schema pqr --> Table2 ; joined by a left outer join.
Please suggest ways to extract data from MySQL to elasticsearch using logstash.
Thank you in advance....