简体   繁体   中英

How to restart the killed logstash process using ps -ef | grep -i 'logstash' kill -9 logstash?

I killed realtime logstash pipeline using this command

ps -ef | grep -i 'logstash' 
 kill -9 logstash

I have to restart the pipeline now.

How to do it?

if you've killed Logstash then you will need to restart the service

how you do that is dependant on your OS;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM