Skip to content

Commit

Permalink
docs: update installation instructions (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler authored Oct 3, 2024
1 parent 9c9eb04 commit 872f7f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/sources/access/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ The following Loki and Grafana version and configuration are required:
- Grafana v11.2.0 or later
- Loki v3.2.0 or later

- Enable pattern ingestion by setting `--pattern-ingester.enabled=true` in your Loki configuration.
- Enable the volume endpoint in your Loki configuration:
- Enable pattern ingestion by setting `pattern-ingester.enabled` to `true`in your Loki configuration file.
- Enable structured metadata by setting `allow_structured_metadata` to `true` within your Loki config file.
- Enable the volume endpoint by setting `volume_enabled` to `true` within your Loki config file.

```yaml
pattern_ingester:
enabled: true
limits_config:
allow_structured_metadata: true
volume_enabled: true
```
Expand Down

0 comments on commit 872f7f0

Please sign in to comment.