I have elasticsearch ver 6.7. I want to install watcher plugin. My ELK can reach internet only via proxy. So to install plugin I am doing following as elasticsearch user
ES_JAVA_OPTS="-Dhttp.proxyHost=my_proxy_ip -Dhttp.proxyPort=80 -Dhttps.proxyHost=my_proxy_ip -Dhttps.proxyPort=80"
then
/opt/elk/elasticsearch/bin/elasticsearch-plugin install watcher
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 watcher
I am not sure why it is failing. Can someone please guide ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.