ps -ef|grep kibana
ps -ef|grep 5601
都找不到

 


尝试 使用 fuser -n tcp 5601
kill -9 端口
 ps -ef|grep node   或 netstat -anltp|grep 5601
启动即可 ./kibana
后台启动:nohup ../bin/kibana &

 

相关文章:

  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-04-08
  • 2021-05-30
相关资源
相似解决方案