__topic__ | The topic of the log. The value is fixed as rds_audit_log. |
instance_id | The ID of the ApsaraDB RDS instance. |
check_rows | The number of scanned rows. |
db | The name of the database. |
fail | Indicates whether the SQL statement is successfully executed. - If the instance is a MySQL instance or an SQL Server instance and the SQL statement is successfully executed, the value of this field is 0. All values other than 0 indicate a failure.
- If the instance is a PostgreSQL instance and the SQL statement is successfully executed, the value of this field is 0000. All values other than 0000 indicate a failure.
|
client_ip | The IP address of the client that accesses the ApsaraDB RDS instance. |
latency | The time that is consumed to return the result of the SQL statement. Unit: microseconds. |
origin_time | The point in time at which the SQL statement is executed. |
return_rows | The number of returned rows. |
sql | The SQL statement that is executed. |
thread_id | The ID of the thread. |
user | The name of the user who executes the SQL statement. |
update_rows | The number of updated rows. |