Syncing Elasticsearch with RDBMS

Hi,

Our production database is a RDBMS. We want to setup ES , such a way that in every 5 mints the data gets updated from production database.

Can we configure using any tool ?

Thanks,

There's numerous other topics on this question, you should check some of them out.

I shared most of my thoughts there: http://david.pilato.fr/blog/2015/05/09/advanced-search-for-your-legacy-application/

Basically, I'd recommend modifying the application layer if possible and send data to elasticsearch in the same "transaction" as you are sending your data to the database.