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
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
Here are some screenshots of where to change it in the top right of the console as well. First click on Custom:
then switch to Absolute and specify the exact start and end dates/times you want:
Filter by timestamp query on AWS Cloudwatch Logs Insights may address your question if you want to do it in the query.