Quick start¶
This page matches the seeded Docker stack described in Docker & CI: sample log sources and default admin admin / pass (development only).
Run LogAnalyzer locally¶
From the repository root:
docker compose -f docker/docker-compose.yml up --build
Open http://localhost:8080/ (container maps host 8080).
Typical flow¶
-
Main view (
index.php) — browse syslog-style lines from configured sources.
-
Sign in (
login.php) — use admin credentials when user management / restricted pages apply.
-
Administration (
admin/index.php) — sources, users, and related settings.
-
Statistics (
statistics.php) and Reports (reports.php) — summaries and report views.

Screenshots in this handbook¶
PNG files under doc-site/docs/assets/user-guide/ are produced with Playwright against the E2E stack. To refresh them after UI changes, see e2e/README.md in the repository (Handbook screenshots).
Go deeper¶
- Interface map — how main areas fit together.
- User guide overview — full list of imported chapters from
doc/. - Installation and Basics for configuration and concepts.