Hello,
I've just started using Elasticsearch. I have installed the JDBC Input Plugin to transfer data from our MySQL database to Elasticsearch. However, we have 200 tables in our database. We were wondering if there was a way to transfer all this to Elasticsearch. However we wanted it so that each table would have its own Index. So table 1 would have the index 'table1' and so on. I was wondering if this was possible instead of us doing it one by one.
Thank you!