From c56388638256f41cb4a72e03ef2725061a5e3ffe Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 15 Nov 2023 12:53:24 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f27228..9ccae69 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This demo project can aggregate logs from Docker containers and store them in Cl Obviously, you'll need Docker: -1. `make migrate` (you can totally use `clickhouse-client` inside container if migrator hangs up). -2. Navigate to `http://localhost:3000`, use `admin:admin` as credentials. -3. Create your own dashboard or import those I provided (`dashboards/` directory). +1. `make all` +2. Navigate to `http://grafana.test` or `http://localhost:3000`, use `admin:admin` as credentials. +3. Create your own dashboard or import those I provided (`dashboards/` directory). Replace data source UUID with correct one if needed. 4. Run any Docker project with structured JSON logs. -5. Done. \ No newline at end of file +5. Done.