Cerebro - ES web admin tool

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cerebro - ES web admin tool相关的知识,希望对你有一定的参考价值。

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:

1. Download from https://github.com/lmenezes/cerebro/releases

wget https://github.com/lmenezes/cerebro/releases/download/v0.9.1/cerebro-0.9.1.tgz

2. Extract files

tar zxvf cerebro-0.9.1.tgz

3. Run bin/cerebro(or bin/cerebro.bat if on Windows)

./cerebro/cerebro-0.9.1/bin/cerebro

4. Access on http://localhost:9000

技术图片

Docker:

You can find the official docker images in the official docker hub repo.

docker run --name cerebro -d -p 9000:9000 lmenezes/cerebro:0.9.1

Configuration:

HTTP server address and port

You can run cerebro listening on a different host and port(defaults to 0.0.0.0:9000):

./cerebro/cerebro-0.9.1/bin/cerebro -Dhttp.port=1234 -Dhttp.address=127.0.0.1

以上是关于Cerebro - ES web admin tool的主要内容,如果未能解决你的问题,请参考以下文章

elk中es集群web管理工具cerebro

elasticsearch6.5.0安装搭建以及kibana,cerebro,head,beat

2020第一篇热乎乎的干货ES集群+Kibana+Cerebro

【es】es界面化管理工具cerebro的安装和使用

在k8s上部署cerebro访问集群外部署的es

elasticsearch Web管理工具之cerebro安装与配置