美文网首页
安装 Kibana

安装 Kibana

作者: 朝阳_412d | 来源:发表于2018-05-15 14:59 被阅读0次
  • tar -zxvf ~/kibana-6.2.4-linux-x86_64.tar.gz -C /app/svr/
  • ln -s /app/svr/kibana-6.2.4-linux-x86_64 /app/svr/kb
  • cd /app/svr/kb
  • vi config/kibana.yml

elasticsearch.url: "http://localhost:9200"

  • nohup bin/kibana >/app/log/kb.out 2>&1 &

相关文章

网友评论

      本文标题:安装 Kibana

      本文链接:https://www.haomeiwen.com/subject/ysaedftx.html