Skip to content

LogMan.io Chart

TeskaLabs LogMan.io Chart is a microservice that provides data querying, aggregation, and visualization for the LogMan.io Observability platform. It is the backend data engine for Discover, Explore, Dashboards, and Reports in the web application.

The microservice connects to multiple data backends, translates queries into backend-specific formats, and streams results to the frontend via HTTP API and WebSocket.

Data backends

Provider Prefix Description
Elasticsearch es. Primary storage for log events and security data
InfluxDB ix. Time-series metrics and performance data
DuckDB db. In-memory analytics for derived metrics (ingest rates, EPS)

Reference