I have a multi-file configuration however when launching it I with -f I get different outputs from:
- 
bin/logstash -f PATH_TO_CONFIG_DIR/
and bin/logstash -f PATH_TO_CONFIG_DIR/*.conf
I was under the impression these should give the same output as long as the destination directory only contains .conf files. However, my trials say otherwise >> The 4th run with .conf doesn't test the configuration:
Notes:
- 
...-logstash/conf/does only contain.conffiles - and the 
...-logstash/conf/directory is inside.../logstash-2.3.3/bin/