Filter by timestamp query on AWS Cloudwatch Logs Insights
I am trying to use AWS Cloudwatch Logs insights in order to search in some quite old logs of our lambda functions. I am reading this guide on AWS docs , but nowhere is documented how you can filter by timestamp. I have tried the below: fields @timestamp, @message | filter @timestamp > '2019-12-04T18:09:10.000+01:00' | limit 200 | sort @timestamp desc but