码迷,mamicode.com
首页 > 其他好文 > 详细

Elasticsearch 安装可视化Head插件

时间:2020-01-14 09:28:29      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:des   ring   iss   ref   abap   set   cal   blog   display   

2.3版本

安装Head插件
E:\soft\elasticsearch-2.3.2\bin>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:\soft\elasticsearch-2.3.2\bin>plugin install mobz/elasticsearch-head
-> Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
Downloading ....................................................................
....................................终止批处理操作吗(Y/N)? y

E:\soft\elasticsearch-2.3.2\bin>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:\soft\elasticsearch-2.3.2\plugins\head

以上完成启动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

技术图片技术图片?

技术图片技术图片?

   

                                                                               微信公众号: 

                                               技术图片技术图片?

                                                                             JAVA程序猿成长之路

                          分享资源,记录程序猿成长点滴。专注于Java,Spring,SpringBoot,SpringCloud,分布式,微服务。

Elasticsearch 安装可视化Head插件

标签:des   ring   iss   ref   abap   set   cal   blog   display   

原文地址:https://www.cnblogs.com/niugang0920/p/12190214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!