Hi. Lets say that I've got log directory full of old files;
data_20230301.log
data_20230402.log
..
data_20230329.log
and so on.
Is it somehow possible to configure filestream input so that these files are read/processed in sequence? (Meaning first read data_20230301.log in sequence and then proceed to data_20230402.log..)