kiskolabs / heroku-cloudwatch-drain

A Heroku log drain that saves logs to the AWS Cloudwatch logging service
MIT License
40 stars 34 forks source link

Filter logs before writing to cloudwatch? #13

Open ledjon opened 5 years ago

ledjon commented 5 years ago

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 implement it myself.

jimmyn commented 5 years ago

This would be a great feature, I'm looking for a way to filter logs too