GCE 发现插件
编辑GCE 发现插件
编辑Google Compute Engine 发现插件使用 GCE API 来识别种子主机的地址。
安装
编辑可以使用插件管理器安装此插件
sudo bin/elasticsearch-plugin install discovery-gce
该插件必须安装在集群中的每个节点上,并且每个节点在安装后都必须重新启动。
您可以从 https://artifacts.elastic.co/downloads/elasticsearch-plugins/discovery-gce/discovery-gce-8.17.0.zip 下载此插件以进行离线安装。要验证 .zip
文件,请使用 SHA 哈希值 或 ASC 密钥。
移除
编辑可以使用以下命令移除插件
sudo bin/elasticsearch-plugin remove discovery-gce
在移除插件之前,必须停止节点。