sampointer / fluent-plugin-cloudwatch-ingest

Alternative to ryotarai/fluent-plugin-cloudwatch-logs for ingesting AWS Cloudwatch logs via fluentd
GNU General Public License v3.0
11 stars 11 forks source link

Change type from string to regexp in CloudWatchIngestParser #29

Closed cwebster2 closed 3 years ago

cwebster2 commented 4 years ago

This fixes #28 which blows up the line I changed because string does not understand named captures. Changing the type to rexegp fixes this. I have this running and correctly ingesting logs on fluend 1.7!