Hi there, I'm using the logstash file input plugin to ingest many CSV files in a few directories.
Is there any way to force the input plugin to pass the files to the csv filter stage quicker? It seems as though the file input plugin wants to discover all the files, put them in sincedb before starting to parse them with the csv filer.