Skip to content

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

  1. Main view (index.php) — browse syslog-style lines from configured sources.

    Main log view

  2. Sign in (login.php) — use admin credentials when user management / restricted pages apply.

    Login

  3. Administration (admin/index.php) — sources, users, and related settings.

    Administration

  4. Statistics (statistics.php) and Reports (reports.php) — summaries and report views.

    Statistics

    Reports

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