Hi, I tried with command line as below and it works fine.
logstash -f C:\ELK\logstash-6.3.0\bin\logstash.conf
But when I use nssm to make Logstash as a Windows service.
logs are not pushing to Elasticsearch anymore.
I've tried different argument:
-f C:\ELK\logstash-6.3.0\bin\
agent -f C:\ELK\logstash-6.3.0\bin\logstash.conf
but still not working.
Can anyone help me on this? Thanks