I have a web application which emits lines of json-formatted logs to stdout.
I want to... 1. save the logs on AWS CloudWatch 2. visualize the timeseries of the number of logs which match a custom condition
Is there any solution that summerizes (i.e. count) the custom logs on AWS CloudWatch dashboard?