I am running logstash with below command
./bin/logstash -f /configfiles --config.reload.automatic &
First time I run logstash picks all the config files in the /configfiles folder and start running. After a while(suppose next day) if i put new config files in /configfiles folder, will logstash pick the new config files or not?