Skip to content

Commit 632eb36

Browse files
authored
docs: Adding config to reference section (#19441)
1 parent 51d17ae commit 632eb36

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Grafana Loki configuration parameters
3+
menuTitle: Loki configuration reference
4+
description: Configuration reference for the parameters used to configure Grafana Loki.
5+
aliases:
6+
- ./configuration # /docs/loki/<LOKI_VERSION>/configuration/
7+
weight: 400
8+
---
9+
10+
# Grafana Loki configuration parameters
11+
12+
Grafana Loki is configured in a YAML file (usually referred to as `loki.yaml` )
13+
which contains information on the Loki server and its individual components,
14+
depending on which mode Loki is launched in.
15+
16+
Configuration examples can be found in the [Configuration Examples](examples/configuration-examples/) document.
17+
18+
<!-- The shared `configuration.md` file is generated from `/docs/templates/configuration.template`. To make changes to the included content, modify the template file and run `make doc` from root directory to regenerate the shared file. -->
19+
20+
{{< docs/shared lookup="configuration.md" source="loki" version="<LOKI_VERSION>" >}}

0 commit comments

Comments
 (0)