I think the file input is using the Dir.glob function to find files. If that is true then you may be able to order the two digit number after the one digit numbers using
path => [ "/some/path/log.?", "/some/path/log.??", "/some/path/log.???" ]
I think the file input is using the Dir.glob function to find files. If that is true then you may be able to order the two digit number after the one digit numbers using
path => [ "/some/path/log.?", "/some/path/log.??", "/some/path/log.???" ]
I can work around with this one. Appreciate the advise on using Dir.Glob though.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.