How to load/sync data from multiple mysql databases into elasticsearch server?

Hi there,
I', new to elasticsearch platform. I've several stores (each store contain a mysql database). I want to give my user's (product) search feature from all my stores in a single place using elasticsearch (in another application).
Please help me, how can I achieve that in elasticsearch?
Your help will be greatly appreciated.
Thank you in advance.

Sure! Just use the JDBC input plugin and have it regularly query your MySQL database for changes.

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