Skip to content

Instantly share code, notes, and snippets.

@clintongormley
Created October 8, 2015 16:51
Show Gist options
  • Save clintongormley/831fc4f71910b4630073 to your computer and use it in GitHub Desktop.
Save clintongormley/831fc4f71910b4630073 to your computer and use it in GitHub Desktop.
elasticsearch-2.0.0-rc1> ./bin/plugin install -v delete-by-query
-> Installing delete-by-query...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/delete-by-query/2.0.0-rc1/delete-by-query-2.0.0-rc1.zip ...
Downloading ..DONE
Verifying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/delete-by-query/2.0.0-rc1/delete-by-query-2.0.0-rc1.zip checksums if available ...
Downloading .DONE
PluginInfo{name='delete-by-query', description='The Delete By Query plugin allows to delete documents in Elasticsearch with a single query.', site=false, jvm=true, classname=org.elasticsearch.plugin.deletebyquery.DeleteByQueryPlugin, isolated=true, version='2.0.0-rc1'}
Installed delete-by-query into /Users/clinton/workspace/servers/elasticsearch-2.0.0-rc1/plugins/delete-by-query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment