zoukankan      html  css  js  c++  java
  • 安装 插件,查看插件

    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

  • 相关阅读:
    eclipse插件开发:创建向导和导航器配置
    eclipse插件开发:属性视图
    标识出下列SQL语句的执行先后顺序
    webapi和webservice的本质区别
    某仪表上市公司.net-————Sql面试题
    Asp.net MVC 用EF来保存高精度小数时会碰到保留4位小数时,后两位默认为0的解决方法
    Asp.net MVC 集成AD域认证
    jquery zTree插件 json 数据详解
    模板列传值到子窗体中,子窗体中多选gridview中checkbox保存数据多项到数据库中
    asp.net comp雷达图
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350461.html
Copyright © 2011-2022 走看看