You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
F.min('stop')
at some point. Use that to see if a time-window is irrelevant to current timestamp.The text was updated successfully, but these errors were encountered: