I have a small question.
suppose if we give below in logstash configuration file,
input {
file {
path => "/Users/shashi/CSVFiles/Core2/*.txt"
I know above can be used to read input from multiple files in Core2 directory of type txt.
My requirement is that multiple new files are being continuously added to this directory when available, for example every 5 minutes. what should i do to read these new files that arrived after logstash processed all of the previous files