Skip to content

Commit c9ae0b7

Browse files
authored
docs: Loki landing page (#13127)
1 parent 41c5ee2 commit c9ae0b7

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

docs/sources/_index.md

+37-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,48 @@
11
---
2-
title: Grafana Loki documentation
3-
description: "Technical documentation for Grafana Loki"
2+
title: Grafana Loki
3+
description: Grafana Loki is a set of open source components that can be composed into a fully featured logging stack.
44
aliases:
55
- /docs/loki/
66
weight: 100
7+
hero:
8+
title: Grafana Loki
9+
level: 1
10+
image: /media/docs/loki/logo-grafana-loki.png
11+
width: 110
12+
height: 110
13+
description: 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.
14+
cards:
15+
title_class: pt-0 lh-1
16+
items:
17+
- title: Learn about Loki
18+
href: /docs/loki/latest/get-started/
19+
description: Learn about the Loki architecture and components, the various deployment modes, and best practices for labels.
20+
- title: Set up Loki
21+
href: /docs/loki/latest/setup/
22+
description: View instructions for how to configure and install Loki, migrate from previous deployments, and upgrade your Loki environment.
23+
- title: Configure Loki
24+
href: /docs/loki/latest/configure/
25+
description: View the Loki configuration reference and configuration examples.
26+
- title: Send logs to Loki
27+
href: /docs/loki/latest/send-data/
28+
description: Select one or more clients to use to send your logs to Loki.
29+
- title: Manage Loki
30+
href: /docs/loki/latest/operations/
31+
description: Learn how to manage tenants, log ingestion, storage, queries, and more.
32+
- title: Query with LogQL
33+
href: /docs/loki/latest/query/
34+
description: Inspired by PromQL, LogQL is Grafana Loki’s query language. LogQL uses labels and operators for filtering.
735
---
836

9-
# Grafana Loki documentation
37+
{{< docs/hero-simple key="hero" >}}
1038

11-
<p align="center"> <img src="logo_and_name.png" alt="Loki Logo"> <br>
39+
---
1240

13-
Grafana Loki is a set of components that can be composed into a fully featured logging stack.
41+
## Overview
1442

15-
Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs: labels (just like Prometheus labels).
43+
Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs' labels (just like Prometheus labels).
1644
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.
17-
A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki.
1845

19-
For more information, see the [Loki overview]({{< relref "./get-started/overview" >}}).
46+
## Explore
47+
48+
{{< card-grid key="cards" type="simple" >}}

0 commit comments

Comments
 (0)