We should improve logs viewer. There is a list of action items:
@floreks
Add since time selector does not make much sense any more as we load only part of the log file. We would need better (paging) api support
Show logs from time >2 hours
Same for this issue. WDYT?
Show logs from time >2 hours
Does not make sense to me also, however Add since time selector option should not be that hard even with current implementation and still might be beneficial. In example if user finds out that around 2 AM container had very high resource usage then it's nice to have option to easily check logs at this point in time.
SinceTime and LimitBytes are working together so we should be able to load few pages near provided time frame.
First approach might be limited to just given option to download logs, but in the end such feature might be nice to have.
It would be nice to be able to increase the height of the log window/the number of lines shown on the screen. Could just be a simple dropdown on the top 50/100/500/x lines or something like that. Would be one of my biggest requests as well as our our team.
Another request that just came up, being able to search through the logs via a search bar - that would be great.
Another request that just came up, being able to search through the logs via a search bar - that would be great.
Until Kubernetes will provide API for that, we cannot do it on our own. It would kill the whole app. Logs are too big.
Once we have implemented the extention framework, we could integrate with ELK
Just upgraded to 1.7.0 and am not able to download logs, just getting a 404:
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
OK I have a look tomorrow
@Globegitter could you please create new issue?
Does the log view show the same error message?
@cheld done: #2408
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Hi @maciaszczykm. Has a 'since time selector' for logs been added to the dashboard? I can't see it in 2.0.0-beta.4 and wondered if I was missing where it is or if it is planned for a future release? Thanks.
@rars I don't think it was implemented considering the discussion above.
Most helpful comment
Once we have implemented the extention framework, we could integrate with ELK