Menu
This is documentation for the next version of Loki. For the latest stable release, go to the latest version.
Open source
Grafana Loki documentation
Like Prometheus, but for logs!
Grafana Loki is a set of components that can be composed into a fully featured logging stack.
Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs: labels (just like Prometheus labels). Log data itself is then compressed and stored in chunks in object stores such as S3 or GCS, or even locally on the filesystem. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles: