amazon-managed-grafana-roadmap icon indicating copy to clipboard operation
amazon-managed-grafana-roadmap copied to clipboard

Allow audit logs to be exported

Open dannyibishev opened this issue 1 year ago • 3 comments

I would like for AMG to have the ability to export audit logs to either CloudWatch Logs or S3.

use case.

cloudwatch-logs

Use cloudwatch logs query to identity past changes. i.e query execution from a supported plugin.

s3

Configure an AWS Glue catalogue with an AWS Athena database that will allow an admin to query data and retrieve relevant logging.

Potential things to consider,

  • data filtering?
  • console sample logs (similar to how AWS WAF provides them)?

dannyibishev avatar Mar 14 '23 12:03 dannyibishev

I had 15-20x the number of AMG queries (thousands) to my APS datasource one day, but have no idea why.

CloudWatch support would be a nice maturation of this AWS service. Thank you.

brc avatar Aug 03 '23 01:08 brc

Audit log would be very welcome and useful: https://github.com/aws/amazon-managed-grafana-roadmap/issues/39

volphy avatar Sep 25 '23 07:09 volphy

Amazon Managed Grafana logs some Grafana API calls in CloudTrail. The calls captured are those that change data, such as calls that create, update, or delete resources. See more details here. What level of detail are you looking for , in terms of query executions? Is this information not logged by the data source being queried?

VermaPriyanka avatar Jul 12 '24 20:07 VermaPriyanka