- kafka后台启动
nohup bin/kibana > /dev/null 2>&1 &
- logstash启动
nohup bin/logstash -f configs/ > /dev/null &
- es-head启动
nohup grunt server > /dev/null &
- es清理过期数据
curl -XDELETE ‘http://10.8.0.10:7200/testd*’
nohup bin/kibana > /dev/null 2>&1 &
nohup bin/logstash -f configs/ > /dev/null &
nohup grunt server > /dev/null &
curl -XDELETE ‘http://10.8.0.10:7200/testd*’