Fileinput - force parsing (don't wait for all the files to be discovered)

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.