1.github访问地址: https://github.com/lmenezes/cerebro
2.下载安装
3.启动
4. 访问,9000端口 http://xxx.xxx:9000/
5.权限控制及管理地址
cerebro的config目录下有application.conf
hosts = [
{
host = "http://100.76.37.64:9200"
# name = "elastic"
#},
# Example of host with authentication
#{
# host = "http://some-authenticated-host:9200"
# name = "Secured Cluster"
# auth = {
# username = "username"
# password = "secret-password"
# }
}
]