heroku-cloudwatch-drain icon indicating copy to clipboard operation
heroku-cloudwatch-drain copied to clipboard

A Heroku log drain that saves logs to the AWS Cloudwatch logging service

Results 3 heroku-cloudwatch-drain issues
Sort by recently updated
recently updated
newest added

I get the following panic when trying to drain logs to aws: 2019-05-30T22:30:09.243163+00:00 app[web.1]: 2019/05/30 22:30:09 http: panic serving 10.29.184.30:23753: runtime error: invalid memory address or nil pointer dereference 2019-05-30T22:30:09.243185+00:00...

`2019-05-13T13:29:13.953978+00:00 heroku[router]: at=info method=POST path="/heroku-log-drain-staging" host=heroku-log-drain-xxxxx.herokuapp.com request_id=xxxxx fwd="5xx.xx.xx.xx1" dyno=web.1 connect=0ms service=1ms status=403 bytes=142 protocol=https`

Is it possible to filter logs before they get written to cloudwatch? Something like a regex match of things to ignore? I don't have any experience in go or I'd...