How to connect SQL data to elasticsearch without using logstash but something else like apache kafka,and spark

i want to connect mysql (relational database) data into elasticsearch without using logstash but instead use message brokers like apache kafka and spark. What is the procedure? am checking most tutorials,they are broken. whats the simplest way to do it

Welcome.

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.

let me go through it. Thank you.

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