简体   繁体   中英

AWS RDS not uploading general log to CloudWatch Logs

I want to upload the general log of an RDS instance to CloudWatch Logs.

Here are the configurations I've set:

  1. Select General log in Log exports section.

在此处输入图片说明

  1. Enable general log in parameter groups:

在此处输入图片说明

With the above options set, I still can't find the logs in the Log Groups of CloudWatch.

Is there anything else that I forgot to configure?

根据该文档 ,我必须设置log_output = FILE以将日志写入文件系统并将其发布到CloudWatch Logs。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM