Hi,
How can i make logstash read shipper conf files inside the sub directories of /etc/logstash/conf.d/
I have copied the conf file inside /etc/logstash/conf.d/ on sub directories.
I need this to be work on the logstash daemon. Currently logstash pipeline starting only when the conf files are under /etc/logstash/conf.d not in its sub directories.
I could get it working on the command line but i need to get it work using daemon.
Any ideas?