Demo setup of Grafana + Clickhouse + Vector which can display logs from Docker containers
dashboards | ||
files | ||
.env | ||
docker-compose.yml | ||
Makefile | ||
README.md |
Grafana Clickhouse Docker Log Aggregation
This demo project can aggregate logs from Docker containers and store them in Clickhouse. In the dashboards
directory you can find dashboard examples for specific log format. Logs + Structured via Query
is recommended.
Note: dashboards are tuned for structured logging (JSON log records).
How to start
Obviously, you'll need Docker:
make all
- Navigate to
http://grafana.test
orhttp://localhost:3000
, useadmin:admin
as credentials. - Create your own dashboard or import those I provided (
dashboards/
directory). Replace data source UUID with correct one if needed. - Run any Docker project with structured JSON logs.
- Done.