[ES] - 图形化界面工具

推荐更新:

Windows平台为 ElasticSearch 6.x 安装 Head 客户端插件

elasticsearch-head

A web front end for an Elasticsearch cluster.

http://mobz.github.io/elasticsearch-head

Running with built in server

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

open http://localhost:9100/

This will start a local webserver running on port 9100 serving elasticsearch-head.

[ES] - 图形化界面工具_第1张图片

Cerebro

https://github.com/lmenezes/cerebro

cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.

Requirements
cerebro needs Java 1.8 or newer to run.

Installation
Download from https://github.com/lmenezes/cerebro/releases
Extract files
Run bin/cerebro(or bin/cerebro.bat if on Windows)
Access on http://localhost:9000

[ES] - 图形化界面工具_第2张图片

转载于:https://www.cnblogs.com/jinzesudawei/p/8661361.html

你可能感兴趣的:([ES] - 图形化界面工具)