Hi -
Am trying to execute a .conf file in my ubuntu server as below -
sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/test.conf -l /var/log/logstash/test.log
I'd see the conf file is executing fine, but I don't see any logs copying to the test.log and also I do have stdout {codec => rubydebug} in my conf file. Please let me know . Thanks !