Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: cleaning up the comments for the cache_config, default_validity option #1888

Merged
merged 3 commits into from
Apr 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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