Get event_endpoint for All Timeout @requestId in Single Query

0

I'm using CloudWatch Insights to monitor AWS Lambda timeouts. I have the following queries:

**Timeout Identification: **

fields @timestamp, @requestId
| filter @message like /Task timed out after/ 

**event_endpoint Fetch (Single Request): **

fields @timestamp, event_endpoint
| filter @requestId = '55fa4e92-63fc-4fd0-93e2-60ae367a5231'
| filter ispresent(event_endpoint)

How can I efficiently retrieve the event_endpoint for all timeout @requestId values obtained from the first query, ideally within a single CloudWatch Insights query? Otherwise I have to query for all the requestIds individually.

ajit
feita há um mês106 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas