I have a web request log with the following structure:
[ts, app, controller, action, method, url, elapsed]
I would like to see requests that are taking elapsed > 1000
grouped by app
, controller
and action
, is this even possible with AWS CloudWatch?