Logstash read file in what order?

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.