Skip to content

Commit

Permalink
docs: cleaning up the comments for the cache_config, default_validity…
Browse files Browse the repository at this point in the history
… option (#1888)

* cleaning up the comments for the config

Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean authored Apr 2, 2020
1 parent 6b9f82d commit 4942593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,15 @@ Loki differs from Prometheus by focusing on logs instead of metrics, and deliver

## Getting started

The [Installation docs](https://github.com/grafana/loki/tree/v1.3.0/docs/installation/README.md) have instructions on how
to install Loki via Docker images, Helm charts, Jsonnet, or from source.

You may also be interested in [installing
Promtail](https://github.com/grafana/loki/tree/v1.3.0/docs/clients/promtail/installation.md) to send logs to Loki.

Once you have Promtail, Loki, and Grafana running, continue with our [Getting
Started Guide](https://github.com/grafana/loki/tree/v1.3.0/docs/getting-started/README.md) to get up and running with
querying logs.
* [Installing Loki](https://github.com/grafana/loki/tree/v1.4.0/docs/installation/README.md)
* [Installing
Promtail](https://github.com/grafana/loki/tree/v1.4.0/docs/clients/promtail/installation.md)
* [Getting
Started Guide](https://github.com/grafana/loki/tree/v1.4.0/docs/getting-started/README.md)

## Upgrading

[Upgrading Loki](https://github.com/grafana/loki/blob/master/docs/operations/upgrade.md)
* [Upgrading Loki](https://github.com/grafana/loki/blob/master/docs/operations/upgrade.md)

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ the index to a backing cache store.
[enable_fifocache: <boolean>]
# The default validity of entries for caches unless overridden.
# "defaul" is correct.
# NOTE In Loki versions older than 1.4.0 this was "defaul_validity".
[default_validity: <duration>]
# Configures the background cache when memcached is used.
Expand Down

0 comments on commit 4942593

Please sign in to comment.