AutoRun multiple config file from nssm in windows

Hello,
I am using nssm to autostart my logstash configs when the system starts.

what i have done is, download nssm -> nssm install logstash -> added logstash application paths and arguments -> start the service. It is working properly.

But I want to autorun many config files. How I will configure it???

path: C:\logstash-8.4.2\bin\logstash.bat
startup-directory: C:\logstash-8.4.2\bin
Arrguments: -f C:\logstash-8.4.2\Logstash_http_Poller_SE.conf

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.