-
Notifications
You must be signed in to change notification settings - Fork 2
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
Constrain log length (otherwise ELK dies) #166
Comments
see #162 ? |
And what do you want to do when the Disk runs full? It is not like you could recover from that... |
This has nothing todo with #162 or full disks, this is about the length of a single logmessage |
You mentioned the disk running full in your first post? |
I see why it would be nice to truncate overly long log messages, but that won't help when the disk runs full? |
this happens when the disk of the engine runs full, and I don't want full engine disks to kill my Elk (which runs on a different machine) :sad_elk: |
Well, but that could indeed be fixed by cutting out filebeat and logging directly to the logstash. That way logs won't accumulate on the disc. |
sure, but that won't help against other (future) logmessages that will kill elk |
if the disk goes full entire transactions are logged, and then elk goes belly-up
The text was updated successfully, but these errors were encountered: