Ok, I've search for answers on this subject but couldn't get a clear guide.
I have an application that is PHP(Laravel precisely) based hosted on whois.com. I've been able to setup everything on my local machine using the elasticsearch 2.0 PHP support version. In my application, I would not be the one doing the indexing, It is automatically setup that when a user publishes a record like "house for sale" it will index in the ES search & gets stored in my MySql database. Question: how do I link everything together using Elastic Cloud hosted service? More insight will be appreciated.