Logstash 5.3.2 multiple conf files

I don't recall how Logstash behaves with multiple -f options, but the typical solution to the problem is to put all the files in a directory and point to that directory with -f (in your case -f D:\ELK\logstash-5.3.2\01-inputs.conf I suppose).