-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File ignored if mtime before ctime with 2.2 but not 2.1 #104
Comments
@guyboertje Would you mind having a look please? |
2.2 is using the ignore-older setting of 24 hours to skip the file. If you use the --debug switch you should see the log output detailing the skip. |
Thanks @guyboertje. Can the release notes be update to warn about this as IMHO it's a non-obvious change? Currently says:
but nothing about the new default of 24 hours. The docs also don't make it clear at the top and even for the parameter it says:
But I didn't specify the parameter and still got this behaviour. |
I will update the docs - thanks for the heads up. |
make explicit exit flushing, not to rely on close() side effects. fix failing specs NOTE auto_flush takes an argument closes logstash-plugins#101 closes logstash-plugins#104
make explicit exit flushing, not to rely on close() side effects. fix failing specs NOTE auto_flush takes an argument More detail in the changelog closes logstash-plugins#101 closes logstash-plugins#104
make explicit exit flushing, not to rely on close() side effects. fix failing specs NOTE auto_flush takes an argument More detail in the changelog change log change and remove rescue nil closes logstash-plugins#101 closes logstash-plugins#104
LS config:
Create a file sample.log containing "hello". Then run
as expected works fine. Now change the mtime to be before the ctime and try again:
Logstash 2.1 is happy with this, but 2.2 isn't...
The text was updated successfully, but these errors were encountered: