---
title: "Grafana Loki | Grafana Loki documentation"
description: "Grafana Loki is a set of open source components that can be composed into a fully featured logging stack."
---

# Grafana Loki

Grafana Loki is a set of open source components that can be composed into a fully featured logging stack. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki.

* * *

## Overview

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 Amazon Simple Storage Service (S3) or Google Cloud Storage (GCS), or even locally on the filesystem.

## Explore

[Learn about Loki  
\
Learn about the Loki architecture and components, the various deployment modes, and best practices for labels.](/docs/loki/latest/get-started/)

[Set up Loki  
\
View instructions for how to configure and install Loki, migrate from previous deployments, and upgrade your Loki environment.](/docs/loki/latest/setup/)

[Configure Loki  
\
View the Loki configuration reference and configuration examples.](/docs/loki/latest/configure/)

[Send logs to Loki  
\
Select one or more clients to use to send your logs to Loki.](/docs/loki/latest/send-data/)

[Manage Loki  
\
Learn how to manage tenants, log ingestion, storage, queries, and more.](/docs/loki/latest/operations/)

[Query with LogQL  
\
Inspired by PromQL, LogQL is Grafana Loki’s query language. LogQL uses labels and operators for filtering.](/docs/loki/latest/query/)
