yakaz / elasticsearch-action-updatebyquery

ElasticSearch Update By Query action plugin
113 stars 24 forks source link

Does someone know how to install the "updatebyquery" plugin in local? for the server cannot connect to Internert #28

Closed timesgarden closed 9 years ago

timesgarden commented 9 years ago

Does someone know how to install the "updatebyquery" plugin in local? for the server cannot connect to Internert? thanks in advance!

ofavre commented 9 years ago

You can upload the zip file to the server and then use elasticsearch's bin/plugin script to install it, using --url and a file:// URI, or simply do it manually by creating the plugins/updatebyquery/ (or whatever name you like) folder under your ES installation path. This is applicable to any plugin. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html#_plugins

timesgarden commented 9 years ago

thanks very much sir