Hello,
I've been experimenting with logstash for a little bit now but mostly from command line. I've had trouble getting it working properly when run as a service.
Using logstash 2.3.4 install via rpm.
sudo service logstash configtest - > Configuration OK
I start the service, nothing ever outputs to /var/log/logstash/logstash.log
I did see this thread LogStash 2.2 start as a service does not read config file
Seems like going to the logstash.log is the way to go, but mine never becomes populated.
Trying to figure out how to troubleshoot this issue. Thank you.