Skip to content

Commit 9009110

Browse files
authored
Update rds.md
1 parent 7c8ce2c commit 9009110

File tree

1 file changed

+4
-2
lines changed
  • docs/integrations/amazon-aws

1 file changed

+4
-2
lines changed

docs/integrations/amazon-aws/rds.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ account=* region=* namespace=aws/rds dbidentifier=* _sourceHost=/aws/rds*SlowQue
217217
| avg(query_time) as avgTime, sum(query_time) as totalTime, min(query_time) as minTime, max(query_time) as maxTime, avg(rows_examined) as avgRowsExamined, avg(rows_sent) as avgRowsSent, avg(Lock_Time) as avgLockTime, count as frequency group by sql_cmd, user, ip_addr
218218
| sort by avgTime | limit 100
219219
```
220+
220221
```sql title="Audit Logs (MySQL CloudWatch log based)"
221222
account=* region=* dbidentifier=* namespace=aws/rds _sourceHost=/aws/rds*Audit CONNECT
222223
| json "message" nodrop | if (_raw matches "{*", message, _raw) as message
@@ -300,7 +301,6 @@ account=* region=* namespace=aws/rds dbidentifier=* _sourceHost=/aws/rds/*alert
300301
| transpose row _timeslice column oraerr
301302
```
302303
303-
304304
## Collecting logs and metrics for the Amazon RDS app
305305
306306
Sumo Logic supports collecting metrics using two source types:
@@ -363,11 +363,13 @@ We recommend not to set `log_statement` to any value other than none (default va
363363
:::
364364
365365
#### MSSQL
366+
366367
- Amazon RDS [MSSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.SQLServer.html) supports [publishing the following MSSQL logs to CloudWatch](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.SQLServer.html#USER_LogAccess.SQLServer.PublishtoCloudWatchLogs):
367368
- Agent
368369
- Error
369370
370371
#### Oracle
372+
371373
- Amazon RDS [Oracle](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.Oracle.html) supports [publishing the following Oracle logs to CloudWatch](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.Oracle.html#USER_LogAccess.Oracle.PublishtoCloudWatchLogs):
372374
- Alert logs
373375
- Audit files
@@ -761,7 +763,7 @@ Use this dashboard to:
761763
762764
### 20. Amazon RDS - Oracle CloudTrail Logs Analysis
763765
764-
The **Amazon RDS Oracle CloudTrail Logs Analysis** dashboard provides insights into audit events of your database instance.
766+
The **Amazon RDS - Oracle CloudTrail Logs Analysis** dashboard provides insights into audit events of your database instance.
765767
766768
Use this dashboard to:
767769
* Monitor Amazon Oracle RDS-related audit logs using CloudTrail Events.

0 commit comments

Comments
 (0)