Skip to content
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

Mechanism to avoid processing old logs when there's an input rate issue #88

Open
2 tasks
mkaranasou opened this issue Aug 14, 2021 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request

Comments

@mkaranasou
Copy link
Collaborator

mkaranasou commented Aug 14, 2021

Whenever filebeat-logstash stall, we get much older logs to process at once. We eventually catch up but processing hours of old logs means that we're also sending out old challenge request to Banjax.
Two ways to handle this:

  • We do calculate F.min('stop') at some point. Use that to see if a time-window is irrelevant to current timestamp.
  • Use a watermark if possible (see here
@mkaranasou mkaranasou added the enhancement New feature or request label Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant