This topic describes the log fields of an RDS SQL audit log.
Field | Description |
---|---|
__topic__ | The topic of the log. Valid value: rds_audit_log. |
instance_id | The ID of an ApsaraDB for RDS instance. |
check_rows | The number of scanned rows. |
db | The name of the database. |
fail | Indicates the result after an SQL statement is executed. Valid values:
|
client_ip | The IP address of the client that accesses the ApsaraDB for RDS instance. |
latency | The network latency. Unit: ms. |
origin_time | The time when the SQL statement is executed. The time is in the UNIX timestamp format. Unit: ms. |
return_rows | The number of rows that the SQL statement returns. |
sql | The SQL statement. |
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. |