Sync data form MySQL to AWS-elastic-service

I have an Elastic Service on AWS, there is no entrance to run command on command line or LogStash plugin.
Is there an solution to sync data from mysql to elastic search?

MySQL is on cloud, too.
//elastic 6.4

Thanks!

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.

BTW did you look at https://www.elastic.co/cloud and https://aws.amazon.com/marketplace/pp/B01N6YCISK ?

Cloud by elastic is one way to have access to all features, all managed by us. Think about what is there yet like Security, Monitoring, Reporting, SQL, Canvas, APM, Logs UI, Infra UI and what is coming next :slight_smile: ...

Thanks David,finally I deployed my elasticsearch instance on server, using Logstash sync data from MySQL to my instance.

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