安装 插件,查看插件

zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin  list
Installed plugins in /usr/local/elasticsearch-2.3.4/plugins:
    - head
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin install license
-> Installing license...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.3.4/license-2.3.4.zip ...
Downloading .......DONE
Verifying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.3.4/license-2.3.4.zip checksums if available ...
Downloading .DONE
Installed license into /usr/local/elasticsearch-2.3.4/plugins/license
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin install marvel-agent
-> Installing marvel-agent...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/2.3.4/marvel-agent-2.3.4.zip ...
Downloading ..........DONE
Verifying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/2.3.4/marvel-agent-2.3.4.zip checksums if available ...
Downloading .DONE
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission setFactory
* javax.net.ssl.SSLPermission setHostnameVerifier
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
Installed marvel-agent into /usr/local/elasticsearch-2.3.4/plugins/marvel-agent
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# cd ..
zjtest7-redis:/usr/local/elasticsearch-2.3.4# cd ..
zjtest7-redis:/usr/local# cd  elasticsearch-2.3.4
zjtest7-redis:/usr/local/elasticsearch-2.3.4# cd bin/
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ls
elasticsearch      elasticsearch.in.bat  elasticsearch-service-mgr.exe  elasticsearch-service-x86.exe  plugin.bat
elasticsearch.bat  elasticsearch.in.sh   elasticsearch-service-x64.exe  plugin                         service.bat
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# cd ..
zjtest7-redis:/usr/local/elasticsearch-2.3.4# cd ..
zjtest7-redis:/usr/local# cd kibana-4.5.3-linux-x64
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64# cd bin/
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# ls
kibana  kibana.bat
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# ./kibana  plugin --install elasticsearch/marvel/latest

Installing marvel
Attempting to transfer from https://download.elastic.co/elasticsearch/marvel/marvel-latest.tar.gz
Transferring 2425101 bytes....................
Transfer complete
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...




Plugin installation complete
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# 
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# 
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# 
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# 
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# 
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# ./plugin  list
-bash: ./plugin: No such file or directory
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64/bin# cd ..
zjtest7-redis:/usr/local/kibana-4.5.3-linux-x64# cd ..
zjtest7-redis:/usr/local# cd elasticsearch-2.3.4
zjtest7-redis:/usr/local/elasticsearch-2.3.4# cd bin/
zjtest7-redis:/usr/local/elasticsearch-2.3.4/bin# ./plugin  list
Installed plugins in /usr/local/elasticsearch-2.3.4/plugins:
    - marvel-agent
    - license
    - head

原文地址:https://www.cnblogs.com/zhaoyangjian724/p/6199474.html