Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 772 Bytes

facebook_cover_photo_1

Lambda function to send tab-delimited log output to CloudWatch Logs to Grafana Loki.

Usage

Run the Build.

$ make

It works if you register the completed zip file with AWS Lambda.

The following environment variables must be set.

Key Value
LOKI_ENDPOINT http://xxx.xxx.xxx.xxx/loki/api/v1/push
SERVICE_NAME Unique service name

Register Lambda to the log group subscription you want to send to Loki.

Clean

$ make clean

License

MIT, see LICENSE.