SumoLogic / sumologic-aws-lambda

A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Other
151 stars 135 forks source link

Fix Regex for Console Format. Fix Message trim. #61

Closed Trigger2991 closed 6 years ago

Trigger2991 commented 6 years ago

Regex was not parsing console messages as there are spaces and not tabs. Change regex to look for any whitespace. Log message trim not being assigned back to the message.