0
点赞
收藏
分享

微信扫一扫

elasticsearch可视化工具

Cerebro简介

celebro 是Elasticsearch的web 管理工具,基于scala,play框架和angularJS和Bootstrap前端工具构建。

通过图形界面执行常见的索引操作和监控Elasticsearch集群。

完全开放源,并且允许添加用户、密码或 LDAP 身份验证。

Cerebro前置

安装 Cerebro,必须安装 Java 1.8 或更新的版本。

安装 Cerebro

当前环境

基于elasticsearch 7.13.2版本进行部署,采用Cerebro最新​​​v0.9.4​​

安装与配置

# unzip cerebro-0.9.4.zip
# cd cerebro-0.9.4/
# ls
bin conf lib README.md
# vim conf/application.conf
hosts = [
{
host = "http://localhost:9200" # 根据自身环境修改
name = "my-application"
}
]

启动查看

# ./bin/cerebro >> cerebro.log 2>&1 &
# tailf cerebro.log
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/cerebro-0.9.4/lib/com.google.inject.guice-4.2.3.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[info] play.api.Play - Application started (Prod) (no global state)
[info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

elasticsearch可视化工具_cerebro

举报

相关推荐

0 条评论