GCP Discovert Plugi installation

Hi,
I encountered challenge with GCP Discovery Plugin installation. ElasticSearch version which is installed is 6.8.4. whereas plugin accessible on the website is for version 6.8.15. During the installation I encounter the message that plugin has been created for higher version.
The question sounds where I can find the GCP Discovery plugin compatible with the particular version. For instance ,I want to upgrade the server to the version 7.8 - version accessible inside my client organization. At ElasticSearch website the GCP Discovery plugin is available for version 7.11 and the same story may repeat again. Are there any Elastic github repositories containing all compatible software for particular version?
Regards,
Marcin Wizgird

If you use bin/elasticsearch-plugin install discovery-gce then it will download the correct version.

Inside my bank - HSBC - I do not have access to external internet from internal GCP cloud. Therefore I need explicitly download the plugin in the same which is outlined at Elastic website.

It's written on the website: GCE Discovery Plugin | Elasticsearch Plugins and Integrations [6.8] | Elastic

For example: https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-6.8.15.zip

For GCE Discovery Plugin | Elasticsearch Plugins and Integrations [7.12] | Elastic

It gives: https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-7.12.0.zip

HTH

That's right but plugin https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-6.8.15.zip works only with the version 6.8.15.
I would need analogical link for version 7.8.0 or 6.8.4 :).
Regards,
Marcin

So for 6.8.4: https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-6.8.4.zip and for 7.8.0: https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-7.8.0.zip

Basically, replace the version number in the link.

2 Likes

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