Cloudwatch query timed out after 5 attempts

Hello,

I have a dashboard that is querying CloudWatchLogs. The query is quite simple:
fields @timestamp, logger, event.message as message, stack_trace
| filter level=‘ERROR’

Sometimes i receive data correctly, but most of the times i receive an error message “query timed out after 5 attempts”.

I am running Grafana 7.2.2

1 Like

I am also using Grafana 7.2.2 and getting this error very often. I could not find out the cause yet.

After updating to the latest Grafana 7.3.2 we don’t see this error anymore. I guess this ticked changed the error reporting conditions

1 Like