Describe_log_streams and filter_log_events calls breaks put_log_events

0

We have applications that send a fairly large amount of logs into cloudwatch logs.

Yesterday, someone was attempting to filter those logs, running potentially many describe_log_streams and filter_log_events call for a fairly small time window but for a time a month in the past. (time window of 20 minutes or less)

All of a sudden, the code that issues put_log_events calls started getting the following errors.

400 Bad Request, ResourceNotFoundException The specified log stream does not exist

It seems the filter and describe_log_streams requests broke the ability to send additional logs.

How careful do we need to be when issuing these types of requests?

JackK99
已提问 5 年前251 查看次数
1 回答
1

This was user error. The error message was accurate. The log stream had been deleted.

JackK99
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则