zoukankan      html  css  js  c++  java
  • Elasticsearch 安装可视化Head插件

    2.3版本

    安装Head插件
    E:softelasticsearch-2.3.2in>plugin install mobz/elasticsearch-head
    -> Installing mobz/elasticsearch-head...
    Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
    ERROR: failed to download out of all possible locations..., use --verbose to get
     detailed information

    E:softelasticsearch-2.3.2in>plugin install mobz/elasticsearch-head
    -> Installing mobz/elasticsearch-head...
    Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
    Downloading ....................................................................
    ....................................终止批处理操作吗(Y/N)? y

    E:softelasticsearch-2.3.2in>plugin install mobz/elasticsearch-head
    -> Installing mobz/elasticsearch-head...
    Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
    Downloading ....................................................................
    ................................................................................
    ................................................................................
    ................................................................................
    ................................................................................
    ................................................................................
    ................................................................................
    ................................................................................
    ................................................DONE
    Verifying https://github.com/mobz/elasticsearch-head/archive/master.zip checksum
    s if available ...
    NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .
    md5 file to verify)
    Installed head into E:softelasticsearch-2.3.2pluginshead

    以上完成启动es.

    访问http://localhost:9200/_plugin/head/

    5.x安装

    elasticsearch-plugin install x-pack

    6.x安装  需要node.js环境

    https://github.com/mobz/elasticsearch-head

    Running with built in server

    • git clone git://github.com/mobz/elasticsearch-head.git
    • cd elasticsearch-head
    • npm install
    • npm run start

    连接elasticsearch 需要在elasticsearch.yml配置如下[必须配置]

    http.cors.enabled: true
    http.cors.allow-origin: "*"

    x-pack身份认证  username为elastic  password为changeme

       

     微信公众号

     

     

  • 相关阅读:
    IOS遍历未知对象属性、函数
    [Unity3D]Unity3D游戏开发之Logo渐入渐出效果的实现
    面向画布(Canvas)的JavaScript库
    将canvas画布内容转化为图片(toDataURL(),创建url)
    canvas上的像素操作(图像复制,细调)
    【bzoj1251】序列终结者(伸展树)
    延时标记
    曼哈顿距离(坐标投影距离之和)d(i,j)=|X1-X2|+|Y1-Y2|.
    曼哈顿距离最小生成树与莫队算法(总结)
    莫队算法(区间处理)
  • 原文地址:https://www.cnblogs.com/niugang0920/p/12190214.html
Copyright © 2011-2022 走看看