Skip to content

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

License

Notifications You must be signed in to change notification settings

pnwstevan/cloudwatch-logs-to-loki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.2%
  • Makefile 9.8%