elasticsearch 后台启动,只需要
在bin目录下执行:
./elasticsearch -d
查看是否启动成功使用:
ps aux|grep elasticsearch
kibana 后台启动命令:
nohup bin/kibana &