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 disk cache for outputs when destination is down #6289

Closed
gwsales opened this issue Feb 5, 2018 · 2 comments
Closed

Add disk cache for outputs when destination is down #6289

gwsales opened this issue Feb 5, 2018 · 2 comments

Comments

@gwsales
Copy link

gwsales commented Feb 5, 2018

For mobile clients that frequently go off network I need a cache on disk that will retain X number of events until the host is back online.

Set limit to be in Kb or total number of events to cache. Should store in compressed files until connectivity is restored to the destination, when online send real-time events as a priority and work through the cache as allowed.

Current workaround is to use winlogbeats to write to rotating json files and read the logs with filebeats or other agents.

@ph
Copy link
Contributor

ph commented Feb 9, 2018

This is linked to #575

@ph
Copy link
Contributor

ph commented Feb 9, 2018

I will close this in favor of the disk/spooling issue.

@ph ph closed this as completed Feb 9, 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

2 participants