Dozzle
Realtime web-based viewer for live Docker container logs
Alternative to: loggly, papertrail, kibana, portainer, glances, ctop, stern
About
Versions (114)
v10.0.0
2026-02-11🚀 Features
- Implements web hooks and dispatchers with a complete new notificaiton page 🔔 - by @amir20 in https://github.com/amir20/dozzle/issues/4349 (321bf)
- Supports go templates for webhooks - by @amir20 in https://github.com/amir20/dozzle/issues/4366 (abeb8)
- Adds test connection for destination - by @amir20 in https://github.com/amir20/dozzle/issues/4369 (1411c)
- Supports notifications for agents - by @amir20 in https://github.com/amir20/dozzle/issues/4372 (0ff0d)
- Add Coolify labels as fallbacks for container name and group - by @javierperezm in https://github.com/amir20/dozzle/issues/4384 (4db74)
- Supports dozzle cloud - by @amir20 in https://github.com/amir20/dozzle/issues/4381 (8b4f4)
- Adds shortcut for creating alerts - by @amir20 in https://github.com/amir20/dozzle/issues/4411 (40f33)
- Expand trace level aliases in level_guesser.go - by @gjorgdy in https://github.com/amir20/dozzle/issues/4413 (b8f22)
- Adds json sytanx to template - by @amir20 in https://github.com/amir20/dozzle/issues/4414 (c5af5)
🐞 Bug Fixes
- Fixes json objects not working for expr - by @amir20 in https://github.com/amir20/dozzle/issues/4371 (0d712)
- Avoid fatal on invalid container filters in auth - by @Mirza-Samad-Ahmed-Baig in https://github.com/amir20/dozzle/issues/4379 (efcad)
- Use io.Copy for exec TTY output instead of stdcopy - by @robertbreker in https://github.com/amir20/dozzle/issues/4382 (f3afb)
- Fixes incorrect user scope for agent.find - by @amir20 (98a49)
- Fixes scrolling down in historical logs - by @amir20 in https://github.com/amir20/dozzle/issues/4398 (ff586)
- Fixes alert edit not loading destination correctly - by @amir20 in https://github.com/amir20/dozzle/issues/4399 (ecdcd)
- Fixes broken UI on smaller screens - by @amir20 in https://github.com/amir20/dozzle/issues/4400 (cd15f)
- deps:
- Update all non-major dependencies to ^1.2.52 - in https://github.com/amir20/dozzle/issues/4359 (d60a1)
- Update all non-major dependencies - in https://github.com/amir20/dozzle/issues/4362 (e2109)
- Update all non-major dependencies - in https://github.com/amir20/dozzle/issues/4378 (f831d)
- Update module github.com/puzpuzpuz/xsync/v4 to v4.4.0 - in https://github.com/amir20/dozzle/issues/4388 (4a646)
- Update all non-major dependencies - in https://github.com/amir20/dozzle/issues/4404 (21676)
- Update all non-major dependencies - in https://github.com/amir20/dozzle/issues/4408 (0a1d8)
- Update dependency @codemirror/view to ^6.39.13 - in https://github.com/amir20/dozzle/issues/4418 (30614)
- Update all non-major dependencies - in https://github.com/amir20/dozzle/issues/4423 (e48aa)
🏎 Performance
- Implements a semaphore when too many requests happen in notificaiton manager - by @amir20 in https://github.com/amir20/dozzle/issues/4402 (87ea9)
- Improves performance by removing watcher on containers - by @amir20 in https://github.com/amir20/dozzle/issues/4394 (425d9)