Hi guys,
I have a question. I have 5 log files and 5 configs file for logstash.
if i put all the .conf file in directory and start logstash to index that directory is better than calling each conf file separately(logstash -f logfile) ?
better refers to using less resource like heap and .... ? I think when i call logstash to index a directory, it uses one logstash instance so it uses less heap size than 5 logstash instances.