update readme

This commit is contained in:
Pavel 2023-11-15 12:53:24 +03:00
parent 94217108ce
commit c563886382

View File

@ -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.
5. Done.