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
질문됨 한 달 전106회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠