NoSQL/Elasticsearch
[설치] elk 5.2.2 start/stop
세모데
2017. 3. 20. 18:39
5. elk start/stop
1) start
./bin/elasticsearch -d -p pid
2) stop
kill `cat pid`