Monitoring csv files in a directory using logstash.conf

I can parse the files through the command line (/usr/share/logstash/bin/logstash -f logstash.conf) and it gets successfully parsed and indexed in ES, however when i put the conf file under /etc/logstash/conf.d folder, it does not process the csv files.

In the second case, how are you starting Logstash?