Cloudwatch Insights Basic - 1
In this article, I am introduction query and search cloudwatch insights basic.
APIGW
statistical according api key id
fields @timestamp, @message
| filter @message like /API Key ID/
| parse @message "API Key ID: *" as @apikeyid
| stats count(*) by ...
opendev.hashnode.dev2 min read