我在CloudWatch中有一些日志,而且我每天都会收到新日志。现在,我想将今天和昨天的日志存储在Cloud Watch中,但是2天之前的日志必须移动到S3。
我已尝试按以下链接使用CLI:
http://docs.aws.amazon.com/cli/latest/reference/logs/create-export-task.html
在此链接中,提到了两个选项: - 从和 - 到
--from option only exports the logs after that time.
--to option does not export the logs after that time.
通过使用这些,我可以实现我的要求但是,每当输入--from和--to选项值时,我必须输入命令。
所以,不是每天都输入命令,是否有一个替代选项可以在不干扰的情况下每天完成工作?