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

Add limit for amount of log events read #27

Open
andeero opened this issue Jul 15, 2016 · 0 comments
Open

Add limit for amount of log events read #27

andeero opened this issue Jul 15, 2016 · 0 comments

Comments

@andeero
Copy link
Member

andeero commented Jul 15, 2016

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.

totto added a commit that referenced this issue Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant