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

Search fails due to "No space left on device" #45

Open
bkaestner opened this issue Sep 4, 2015 · 2 comments
Open

Search fails due to "No space left on device" #45

bkaestner opened this issue Sep 4, 2015 · 2 comments

Comments

@bkaestner
Copy link

Any query yields the following error message:

Connection Error: StatusCodeException (Status {statusCode = 500, statusMessage = "Internal Server Error"}) 
[ ("Transfer-Encoding","chunked")
, ("Date","Fri, 04 Sep 2015 05:47:07 GMT")
, ("Server","Warp/3.0.13.1")
, ("Content-Type","text/plain; charset=utf-8")
, ("X-Response-Body-Start","hunt.log: commitBuffer: resource exhausted (No space left on device)")
, ("X-Request-URL","POST http://localhost:3000/eval")
] (CJ {expose = []})
@alexbiehl
Copy link
Member

Thanks. The logs are growing too big. Maybe we should delete logs older than a month.

@bkaestner
Copy link
Author

You could use logrotate together with size 10M to keep only the last 60MB or so of your logs.

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