文章目录

elasticsearch 之cerebro安装

由 xiao 发布
  • 1 安装
    wget https://github.com/lmenezes/cerebro/releases/download/v0.7.2/cerebro-0.7.2.zip
  • 2 解压
    tar -zxvf 
  • 3 后台启动
    nohup ./bin/cerebro -Dhttp.port=1234 -Dhttp.address=0.0.0.0 &
    
    port:端口号
    address:应该授权(允许)ip访问地址

QQ截图20190719232323.png


暂无评论

发表评论