Integrations
Grafana as a query frontend.
Keep Grafana dashboards. Point a ClickHouse data source at your LogHouse service. The console can create that data source when Grafana has the ClickHouse plugin and a service-account token that can call POST /api/datasources.
Requirements
- Grafana with the ClickHouse plugin
- A service account token that can create data sources
- Network path from Grafana to the LogHouse query endpoint
Manual data source
LogHouse is HTTP(S) on the query proxy. Grafana’s plugin defaults to Native TCP, which cannot ping api.loghouse.ai.
- Server address:
api.loghouse.ai - Protocol: HTTP — not Native
- Secure connection: on
- Port: 443 — not 8443
- Username and password: a query token from the service
- Default database: the service database, default table
logs
FAQ
Do I have to use Grafana?
No. Search in LogHouse or via the API. Grafana is optional for teams that already live there.
