0

Having this AWS Cloudwatch Logs Insights query:

fields @timestamp as ``invoke time``, @requestId, id, name, status, nextStatus, nextStatusDelay | filter @message like /nextStatusDelay/ | filter @message not like /handlerObject/ | sort ``invoke time`` desc

That returns data set shown in image.

enter image description here

Is there a way to filter the result to show only data for the latest request? In this example rows that include requestId "ca04da81-5061-4986-b2f1-681de2bd9995". I can't pass any hardcoded value like requestId or number of row returned. I would like those arguments to be dynamic.

0 Answers0