From 3631ef7e878f769a26058567015c8dbe6b643988 Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Thu, 2 Apr 2020 09:50:42 -0400 Subject: [PATCH 1/3] cleaning up the comments for the config Signed-off-by: Edward Welch --- docs/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 113dd81135ac..71f39aea256b 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -580,7 +580,7 @@ the index to a backing cache store. [enable_fifocache: ] # 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: ] # Configures the background cache when memcached is used. From 6b7181d4569dc23074d532c25829b5fab21e026c Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Thu, 2 Apr 2020 17:13:40 -0400 Subject: [PATCH 2/3] tweaking docs a little more Signed-off-by: Edward Welch --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 299c9c49985a..9242414bbc8e 100644 --- a/README.md +++ b/README.md @@ -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.3.0/docs/installation/README.md) +* [Installing +Promtail](https://github.com/grafana/loki/tree/v1.3.0/docs/clients/promtail/installation.md) +* [Getting +Started Guide](https://github.com/grafana/loki/tree/v1.3.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 From 987479cedf5f576b185729137a7e5da23a3a5f7c Mon Sep 17 00:00:00 2001 From: Edward Welch Date: Thu, 2 Apr 2020 17:18:33 -0400 Subject: [PATCH 3/3] fixing version in links Signed-off-by: Edward Welch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9242414bbc8e..218ed4b01e6c 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ Loki differs from Prometheus by focusing on logs instead of metrics, and deliver ## Getting started -* [Installing Loki](https://github.com/grafana/loki/tree/v1.3.0/docs/installation/README.md) +* [Installing Loki](https://github.com/grafana/loki/tree/v1.4.0/docs/installation/README.md) * [Installing -Promtail](https://github.com/grafana/loki/tree/v1.3.0/docs/clients/promtail/installation.md) +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.3.0/docs/getting-started/README.md) +Started Guide](https://github.com/grafana/loki/tree/v1.4.0/docs/getting-started/README.md) ## Upgrading