Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 557 Bytes

File metadata and controls

23 lines (17 loc) · 557 Bytes

install

只做参考路径,一切以官网为准

启停

# 后台启动
bin/elasticsearch -d
# 测试启动情况
curl 'http://localhost:9200/?pretty'

# kibana 后台启动,无输出启动
nohup bin/kibana >/dev/null 2>&1 &

# kibana 后台启动,只输出错误信息
nohup bin/kibana >/dev/null 2>log &

单节点

linux集群