Hello,
I've a problem to install the delete-by-query plugin. When I try to install the plugin the elasticsearch returns this message:
[root@homologacaoes bin]# ./elasticsearch-plugin install delete-by-query
A tool for managing installed elasticsearch plugins
Commands
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - Removes a plugin from elasticsearch
Non-option arguments:
command
Option Description
-h, --help show help
-s, --silent show minimal output
-v, --verbose show verbose output
ERROR: Unknown plugin delete-by-query
This is my elastichsearch version:
[root@homologacaoes bin]# curl -X GET 'http://localhost:9200'
{
"name" : "UJJh0LR",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "G0KkKVZ7TGaK6ykVKzpKyQ",
"version" : {
"number" : "5.3.0",
"build_hash" : "3adb13b",
"build_date" : "2017-03-23T03:31:50.652Z",
"build_snapshot" : false,
"lucene_version" : "6.4.1"
},
"tagline" : "You Know, for Search"
}