Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get the specific timestamp query on AWS Cloudwatch Logs Insights

I want to get a specific timestamp so for example:

I need to query: December 31st, 2021 at 8:55AM

fields @timestamp, @message
| sort @timestamp desc
| limit 25
like image 461
alexa Avatar asked Sep 14 '25 19:09

alexa


1 Answers

Here are some screenshots of where to change it in the top right of the console as well. First click on Custom:

enter image description here

then switch to Absolute and specify the exact start and end dates/times you want: enter image description here

Filter by timestamp query on AWS Cloudwatch Logs Insights may address your question if you want to do it in the query.

like image 118
Shawn Avatar answered Sep 17 '25 15:09

Shawn