2016-08-23 35 views

回答

1

Source提示安裝插件這種方式{{es_home}}/bin/plugin install {{ item.plugin }}

ES docs解釋了從其他位置安裝插件的可能方法。

所以,你應該是好去:

es_plugins: 
    - plugin: my_git_id/my_plugin 
    - plugin: http://url_to_my_custom_plugin 
    - plugin: file:///path/to/plugin.zip