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
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 . |
- Initial release