Can not upload synonyms file in the elastic cloud

Can you help me to upload synonyms and stop word files in cloud ? After doing some googling i found this this link, and successfully add a custom extension but i can not enable them for existing Elasticsearch deployments or enable them when creating new deployments . Based on this i should find a " Elasticsearch plugins and settings" option in my Edit Deployment page, but i didn't find this option in my deployment edit page .

1 Like

Hi @aninda_halder

Please Follow these directions

If you need help with synonyms see here :

First Create and upload your bundle

Then Add it to your deployment

i did try that, but i can not find my extension in " Elasticsearch plugins and settings"


You put the wrong version in the bundle

  1. Complete the extension fields, including the Elasticsearch version.
  • Plugins must use full version notation down to the patch level, such as 7.10.1 . You cannot use wildcards. This version notation should match the version in your plugin’s plugin-descriptor.properties file and the target deployment version.
  • Bundles should specify major or minor versions with wildcards, such as 7.* or * . Wildcards are recommended to ensure the bundle is compatible across all versions of these releases.

^^^ This you basically said only work for Elasticsearch 1.0.0 (does not exist) it is not your version it is the version of the deployments to work with.

I would use 7.* or just *

1 Like

Thank you very much . I didn't read that point -_- , I thought it should be the version of my extension .

1 Like

So did I the first time :wink:

1 Like

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