1 nohup ./redis-server 1>log.log 2>error.log &
./redis-server 1>log.log 2>error.log &
2 nohup ./elasticsearch -f &
./elasticsearch -f &
3 nohup ./bin/logstash -f redis.conf &
bin/logstash -f redis.conf &
4