From e1de1d7f0337a04f48726732e7bc63a990843163 Mon Sep 17 00:00:00 2001 From: Ed Welch Date: Wed, 29 Jan 2020 08:31:08 -0500 Subject: [PATCH] Update docs/clients/promtail/configuration.md Co-Authored-By: Robert Fratto --- docs/clients/promtail/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clients/promtail/configuration.md b/docs/clients/promtail/configuration.md index 9cd23e8650d6c..ca30947e70018 100644 --- a/docs/clients/promtail/configuration.md +++ b/docs/clients/promtail/configuration.md @@ -1017,7 +1017,7 @@ sync_period: "10s" ## Example Docker Config -It's fairly difficult to tail docker files on a standalone machine because they are in different locations for every OS. We recommend the [docker logging driver](../../../cmd/docker-driver/README.md) for local docker installs or docker-compose. +It's fairly difficult to tail Docker files on a standalone machine because they are in different locations for every OS. We recommend the [Docker logging driver](../../../cmd/docker-driver/README.md) for local Docker installs or Docker Compose. If running in a kubernetes environment, you should look at the defined configs which are in [helm](../../../production/helm/promtail/templates/configmap.yaml) and [jsonnet](../../../production/ksonnet/promtail/scrape_config.libsonnet), these leverage the prometheus service discovery libraries (and give promtail it's name) for automatically finding and tailing pods. The jsonnet config explains with comments what each section is for.