Sync mysql and elasticsearch without logstash

Hi! Is is possible to sync MySQL to Elasticsearch without using logstash or any kind of scripts?
someone said to me elasticsearch supports it to do it without using any stuff? Is it right?if yes, How?

No, there is no direct integration between Elasticsearch and MySQL.

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.

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