From e7feaf351e1f4d54feee11cdfabcce00007c4b15 Mon Sep 17 00:00:00 2001 From: Robby Milo Date: Tue, 23 Mar 2021 09:35:56 +0100 Subject: [PATCH] docs: add title to Lambda Promtail --- docs/sources/clients/lambda-promtail/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/clients/lambda-promtail/_index.md b/docs/sources/clients/lambda-promtail/_index.md index c7eb542f3aaa..f1c68c921a62 100644 --- a/docs/sources/clients/lambda-promtail/_index.md +++ b/docs/sources/clients/lambda-promtail/_index.md @@ -1,3 +1,6 @@ +--- +title: Lambda Promtail +--- # Lambda Promtail Loki includes an [AWS SAM](https://aws.amazon.com/serverless/sam/) package template for shipping Cloudwatch logs to Loki via a [set of promtails](https://github.com/grafana/loki/tree/master/tools/lambda-promtail). This is done via an intermediary [lambda function](https://aws.amazon.com/lambda/) which processes cloudwatch events and propagates them to a promtail instance (or set of instances behind a load balancer) via the push-api [scrape config](../promtail/configuration#loki_push_api_config).