What options are available in mysql5.7 AWS Aurora to perform DML auditing?
I have compliance requirements to preserve the previous version of data prior to change
I have tried the MariaDB Audit Plugin connected to CloudWatch log. Even with QUERY_DML option enabled, the logs do not capture any data elements, only who changed, when changed and table changed. No data elements captured.
Any options for enterprise level dml auditing for MYSQL5.7 Aurora would be appreciated.
Thanks!
โ01-01-2021 10:17 PM