Custom plugin integration with elasticsearch

I have developed a custom search plugin which runs perfectly fine with elasticsearch version 6.2.4. I am aware that to have a smooth run for versions above 6.2.4, I need to recompile my plugin with that version. Out of curiosity I am planning to run my plugin on the elastic cloud. I haven't dug deep into the elastic cloud basics but can someone just brief me about the pre-requisites that i need to look into before hand? Also, is there a possibility that I can have my elastic cloud running elasticsearch with version 6.2.4?

brief me about the pre-requisites that i need to look into before hand?

Here is the documentation for custom plugins in cloud: Upload custom plugins and bundles | Elasticsearch Service Documentation | Elastic

Also, is there a possibility that I can have my elastic cloud running elasticsearch with version 6.2.4?

I just checked my cloud account and 6.2.4 is indeed a version i can choose to deploy.

Great! Thank you. @jakelandis

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