Skip to content

Log searchs loading times #4769

Description

@dkgs2000

Check for existing issues

  • Completed

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:

  1. Have an initial search progress indication
  2. Improve the search logic to return partiall results faster
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions