Loki Documentation
Like Prometheus, but for logs!
Grafana Loki is a set of components that can be composed into a fully featuredlogging stack.
Unlike other logging systems, Loki is built around the idea of only indexingmetadata about your logs: labels (just like Prometheus labels). Log data itselfis then compressed and stored in chunks in object stores such as S3 or GCS, oreven locally on the filesystem. A small index and highly compressed chunkssimplifies the operation and significantly lowers the cost of Loki.
Table of Contents
- Overview
- Comparison to other Log Systems
- Installation
- Installing with Tanka
- Installing with Helm
- Installing Locally
- Getting Started
- Grafana
- LogCLI
- Troubleshooting
- Configuration
- Examples
- Clients
- Promtail
- Installation
- Configuration
- Scraping
- Pipelines
- Troubleshooting
- Docker Driver
- Configuration
- Fluent Bit
- Fluentd
- LogQL
- Operations
- Authentication
- Observability
- Scalability
- Storage
- Table Manager
- Retention
- Multi-tenancy
- Loki Canary
- HTTP API
- Architecture
- Community
- Governance
- Getting in Touch
- Contributing to Loki
- Loki Maintainers Guide
- Releasing Loki