docs: add title to Lambda Promtail (#3525)

pull/3552/head
Robby Milo 5 years ago committed by GitHub
parent 22edfe34bc
commit 37a7189d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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).

Loading…
Cancel
Save