Hi,
We want to read the multiple files (approx 1000) present in a directory (/opt/logstash/data). The creation time of each files is different and we want to read the files on the basis of creation time (file with lower creation time must be read first).
How to read the files in order of there creation time?
Thanks,
Ankit