美文网首页
elasticsearch2.4.2安装(2) --插件marv

elasticsearch2.4.2安装(2) --插件marv

作者: 海德堡绝尘 | 来源:发表于2017-03-07 13:37 被阅读96次
    1. online install :

    执行

    bin/elasticsearch install licence
    bin/elasticsearch install marvel-agent

    2. offline install

    #######2.1 首先下载

    licence:license-2.4.4.zip
    marvel-agent: marvel-agent-2.4.4.zip
    marvel: marvel-2.4.4.tar.gz

    #######2.2 安装licence marvel-agent:

    bin/plugin install file:///export/server/bkup/licence-2.4.4.zip
    bin/plugin install file:///export/server/bkup/marvel-agent-2.4.4.zip

    #######2.3 下载并解压kibana:然后kibana 插件安装marvel:

    1. 解压kibana到:

    /export/server/kibana-4.6.4

    1. 修改配置:

    elasticsearch.url: "http://NIE-00:9200"

    1. 然后执行插件安装:

    bin/kibana plugin --install marvel --url file:///export/server/bkup/marvel-2.4.4.tar.gz

    输出如下:

    Installing marvel
    Attempting to transfer from file:///export/server/bkup/marvel-2.4.4.tar.gz
    Transferring 10162116 bytes....................
    Transfer complete
    Extracting plugin archive
    Extraction complete
    Optimizing and caching browser bundles...
    Plugin installation complete

    安装完成,测试:
    http://nie-00:5601/app/marvel

    相关文章

      网友评论

          本文标题:elasticsearch2.4.2安装(2) --插件marv

          本文链接:https://www.haomeiwen.com/subject/kirmgttx.html