I have a log with api Names and requestIds and what I am trying to do is to visualize in cloud watch insight. If I run the following query it works to see the table, but not working to visualize. I know I need to use bin
, but keep using wrong, so the graph does not work
How can I visualize the following query
stats count(*) as requestId by apiName
| sort requestId desc
| limit 10