From 72032854d86ef60e8d055a2e6f2d592d28a19766 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 7 Mar 2019 14:38:37 +0100 Subject: [PATCH] Links to promtail setup docs --- README.md | 2 ++ production/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e67f6b0a5..df8c56e4ea 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ Once you have promtail, Loki, and Grafana running, continue with [our usage docs - [API documentation](./docs/api.md) for alternative ways of getting logs into Loki. - [Operations](./docs/operations.md) for important aspects of running Loki. +- [Promtail](./docs/promtail-setup.md) on how to configure the agent that tails your logs. - [Troubleshooting](./docs/troubleshooting.md) for help around frequent error messages. +- [Usage](./docs/usage.md) for how to set up a Loki datasource in Grafana and query your logs. ## Getting Help diff --git a/production/README.md b/production/README.md index a4ff76d668..3496fab5b8 100644 --- a/production/README.md +++ b/production/README.md @@ -8,6 +8,8 @@ Currently there are five ways to try out Loki, in order from easier to hardest: - [Building from source](#build-and-run-from-source) - [Get inspired by our production setup](#get-inspired-by-our-production-setup) +For the various ways to run `promtail`, the tailing agent, see our [Promtail documentation](../docs/promtail-setup.md). + ## Get a Free Hosted Demo of Grafana Cloud: Logs Grafana is running a free, hosted demo cluster of Loki; instructions for getting access can be found at [grafana.com/loki](https://grafana.com/loki).