Check for existing issues
How is Dozzle deployed?
Standalone Deployment
Dozzle version
v10.5.3
✅ Command used to run Dozzle
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- manager_network
restart: unless-stopped
environment:
- DOZZLE_BASE=/dozzle
Describe the performance issue you are seeing
tl;dr - when using the regex search in the log screen the loads are long and there are not indication about progression.
Sometimes i search for specific IP in my nginx container logs to follow a single session requests. each search take about 10-15 seconds to populate a proper amount of logs. Sometime the search returns partially and i have no idea if it is done or not, but after a few seconds it fills.
i would like:
- Have an initial search progress indication
- Improve the search logic to return partiall results faster
- have a full log search indication (how much of the original log was searched through by now
Dozzle is great. Thanks!
How many containers, hosts, agents, etc. are you using?
~6 docker containers on 1 host.
Docker v29.4.1
Logs are several MB of text in total
Screenshots, videos, or logs
No response
Check for existing issues
How is Dozzle deployed?
Standalone Deployment
Dozzle version
v10.5.3
✅ Command used to run Dozzle
Describe the performance issue you are seeing
tl;dr - when using the regex search in the log screen the loads are long and there are not indication about progression.
Sometimes i search for specific IP in my nginx container logs to follow a single session requests. each search take about 10-15 seconds to populate a proper amount of logs. Sometime the search returns partially and i have no idea if it is done or not, but after a few seconds it fills.
i would like:
Dozzle is great. Thanks!
How many containers, hosts, agents, etc. are you using?
~6 docker containers on 1 host.
Docker v29.4.1
Logs are several MB of text in total
Screenshots, videos, or logs
No response