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
gefragt vor 5 Jahren251 Aufrufe
1 Antwort
1

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

JackK99
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen