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 年前檢視次數 252 次
1 個回答
1

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

JackK99
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南