humio/cloudwatch2humio

Not parsing logGroup from decoded event

Opened this issue · 0 comments

Looking through the code I found this line which looks like it's trying to find a property of "" on the decoded event object:

parsed_log_group = log_group_parser.match(decoded_event.get("", ""))

In looking through the commit history, it looks like this change was introduced by accident when converting single quotes to double quotes: 8d4232c#r79005643