pagarme / grafana-aws-cloudwatch-logs-datasource

Repository from Github https://github.compagarme/grafana-aws-cloudwatch-logs-datasourceRepository from Github https://github.compagarme/grafana-aws-cloudwatch-logs-datasource

AWS CloudWatch Logs Datasource Plugin for Grafana

Setup

Follow Installing Plugins Manually steps, and install plugin from released zip file.

Allow following API for EC2 instance, and run Grafana on the EC2 instance.

  • logs:FilterLogEvents
  • logs:GetLogEvents
  • logs:DescribeLogGroups
  • logs:DescribeLogStreams

Templating

Query variable

Name Description
log_group_names(region, prefix) Returns a list of log group names which prefix is prefix.
log_stream_names(region, log_group_name) Returns a list of log stream names which group is log_group_name.

Changelog

v1.0.0
  • Initial release

About

License:Apache License 2.0


Languages

Language:Go 44.4%Language:TypeScript 36.8%Language:HTML 18.1%Language:Makefile 0.4%Language:JavaScript 0.2%