赞
踩
1.下载解压
wget https://github.com/lmenezes/cerebro/releases/download/v0.9.4/cerebro-0.9.4.tgz
tar -zxvf cerebro-0.9.4.tgz
2.启动
bin/cerebro
ps:指定端口
bin/cerebro -Dhttp.port=8080
ps: 配置服务器
hosts = [
{
host = "http://localhost:9200"
name = "My Cluster"
},
# Example of host with authentication
#{
# host = "http://some-authenticated-host:9200"
# name = "Secured Cluster"
# auth = {
# username = "username"
# password = "secret-password"
# }
#}
]
3.使用:打开浏览器 http://localhost:9000
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。