• 安装 插件,查看插件


    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

  • 相关阅读:
    北京六环附近及往内的可驾驶道路网络(路网graph为连通图)
    OSM数据处理-python工具包
    小程序踩坑
    小程序基本配置
    JavaScript 基础(四):Array
    MYSQL--慎用group_concat()
    真正高效的SQLSERVER分页查询
    PhpStorm Git 操作
    linux 查看当前目录文件的大小
    @PostConstruct和@PreDestroy的使用说明
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350461.html
Copyright © 2020-2023  润新知