-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
the ignore_older of tail config is of no effect #716
Comments
I change the value of ignore_older to 1m ,the problem is the same. |
The ignore_older option is only available when a Parser is specificied and that parser matched a line, so when the parser lookup the time of that specific line/record it checks if is older than ignore_older or not. It does not apply to the file age, it's record based. |
Based on the comment: fluent/fluent-bit#716 (comment)
Based on the comment: fluent/fluent-bit#716 (comment) Signed-off-by: Ilya Kil <ilya.kil@mll.com>
Based on the comment: fluent/fluent-bit#716 (comment) Signed-off-by: Ilya Kil <ilya.kil@mll.com>
Based on the comment: fluent/fluent-bit#716 (comment) Signed-off-by: Ilya Kil <ilya.kil@mll.com>
Someone be kind enough to paste an example config with ignore_older & parser Thanks |
@acarsercan Might late. Set
|
* output: elasticsearch: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: file: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: forward: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: http: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: prometheus_remote_write: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: splunk: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: stackdriver: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: stdout: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com> * output: tcp: add default for Workers Signed-off-by: lecaros <lecaros@calyptia.com>
but,in fact,add all files to scan the queue whenever the file is generated.
The text was updated successfully, but these errors were encountered: