Skip to content

Add limit for amount of log events read #27

@andeero

Description

@andeero

There is no limit to the amount of logs JAU will read. In the case of a missing connection to CS, the EventRepo will continuously increase as the repo will never be cleared. All log events will be included in each request to CS, which after some time can result in a lot of outgoing traffic from the agent.

A possible fix would be to limit the amount of events that can be stored in the EventRepo. Must in that case avoid the issue where the event extractor will never catch up to new log events if there has been no contact with CS for a while.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions