Multiple logstash instance running

In our environment we have multiple logstash harvestor running at same time. PS on commna line looks like this

"logstash 1668 129 3.9 10291044 1302464 ? SNl 12:07 27:08 /usr/bin/java -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -Djava.awt.headless=true ......"

"logstash 7269 142 3.9 11167796 1294084 ? SNl 12:18 14:13 /usr/bin/java -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -Djava.awt.headless=true ...."

How can you find out which Logstash s running for which coifig file? I want to kill one of the ls but don't know which thread is for which config.

Is there a way to find that out?

Unless you are passing specific config paths into these processes when you run them, they will all be using the default and likely running the same config.

1 Like

Okay, I can see the way it is configured is location to config folder is specified and all config files are copied to config folder.