Skip to content

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

@mkaranasou

Description

@mkaranasou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions