aws / amazon-managed-grafana-roadmap

Amazon Managed Grafana Roadmap
Other
60 stars 4 forks source link

Allow audit logs to be exported #39

Open dannyibishev opened 1 year ago

dannyibishev commented 1 year ago

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,

brc commented 1 year ago

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.

volphy commented 1 year ago

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

VermaPriyanka commented 4 months ago

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?