Is there a way to extract status codes from below sample logs using boto3? They both belong to one cloudwatch log group. I was able to query any one of them, but not both. Can you help me?
2020-04-28 16:45:11,466 - elasticsearch - INFO - GET http://0.0.0.0:9200/sampledata/_search [status:200 request:0.004s]
2020-04-28 16:45:11,186 - werkzeug - INFO - 0.0.0.0 - - [28/Apr/2020 16:45:11] "POST /v1/savesampledata HTTP/1.1" 200 -
thanks.