elasticsearch可视化工具
Posted 一点点积累
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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可视化工具的主要内容,如果未能解决你的问题,请参考以下文章
ElasticElasticView 一款用来监控elasticsearch web可视化工具
ES可视化工具--elasticsearch-head--下载安装使用