Closed DaveTSG closed 3 months ago
This isn't possible to search across ALL containers because it would a performance issue. The search is done in the browser so Dozzle would have to fetch every single container logs and search across that.
However, as of the most recent version, you could use swarm view
or merged logs
to search across multiple streams. You could even search across ALL RUNNING CONTAINERS which is basically what you are asking. It just wouldn't search historical logs because they wouldn't fit in the browser.
I guess the real ask in this feature would be to search across historical logs. This has been asked a few times and it would be difficult to do without a proper database. I don't plan to work on it.
I guess the real ask in this feature would be to search across historical logs. This has been asked a few times and it would be difficult to do without a proper database. I don't plan to work on it.
I suppose it depends on the definition of "historical logs". I was only thinking e.g. the last 5 minutes or so.
In any case, I understand why you're not going to include this feature. Thank you for responding.
Describe the feature you would like to see
It would be great if there was the option to search every log file within Dozzle (across all containers) for a string. That way, I could search, for example, for "error", and it'd show me every container with an error. As a bonus, it would also be great if there was a new column shown in the main Dozzle page "time since last error". Thank you for considering.
Describe how you would like to see this feature implemented
Describe any alternatives you've considered
No response