尝试引入Elasticsearch的管理工具
elasticsearch-head 是一个能够将配置信息和数据以浏览器管理界面的形式提供的插件。
首先,获取源代码。
在中国官方文档中,只需要一个选择:使用git克隆命令获取elasticsearch-head项目。
克隆命令如下:git clone git://github.com/mobz/elasticsearch-head.git
Cloning into 'elasticsearch-head'...
remote: Counting objects: 4067, done.
remote: Total 4067 (delta 0), reused 0 (delta 0), pack-reused 4067
Receiving objects: 100% (4067/4067), 2.10 MiB | 1.41 MiB/s, done.
Resolving deltas: 100% (2224/2224), done.
进入elasticsearch-head目录,并执行npm install命令。
npm WARN prefer global coffee-script@1.10.0 should be installed with -g
.....
npm WARN EPACKAGEJSON elasticsearch-head@0.0.0 license should be a valid SPDX license expression
运行 npm start
> elasticsearch-head@0.0.0 start /xxxx/elasticsearch-head
> grunt server
Running "connect:server" (connect) task
Waiting forever...
Started connect web server on http://localhost:9100
当你通过浏览器访问时,会显示出来。