Hi,
I am running Logstash as a service on windows using NSSM, but it's not picking conf files from conf.d. I gave the path to config files in logstash.yml.
When I pass the arguments(in NSSM) as '-f C:logstash\install\bin\myfile.conf' it works fine but it's not working when I pass the arguments(in NSSM) as '--config C:\logstash\conf.d'
Can someone please help resolve the issue?