• 安装 插件,查看插件


    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

  • 相关阅读:
    如何在Docker中部署一个可以被外部访问的Apollo配置中心
    ELK+Filebeat日志中心搭建(一)——ElasticSearch7.3.1安装
    零基础配置Hadoop集群——Ambari安装及配置详解
    【转】CSS中position属性( absolute | relative | static | fixed )详解
    浅谈JavaScript中的call和apply
    js 获取某年的某天是第几周
    IE回车的怪异行为
    面向对象的三大特性
    错误175:指定的存储区提供程序在配置中找不到,或者无效 一些感想
    postgresql12.5 windows版安装
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350461.html
Copyright © 2020-2023  润新知