Not parsing logGroup from decoded event
Opened this issue · 0 comments
stuft2 commented
Looking through the code I found this line which looks like it's trying to find a property of ""
on the decoded event object:
cloudwatch2humio/src/logs_ingester.py
Line 45 in 4426836
In looking through the commit history, it looks like this change was introduced by accident when converting single quotes to double quotes: 8d4232c#r79005643